Remove unused code

This commit is contained in:
topjohnwu
2023-05-06 01:48:47 -07:00
parent 726ffdcd98
commit d364554425
2 changed files with 2 additions and 21 deletions
-1
View File
@@ -10,7 +10,6 @@ struct sock_cred : public ucred {
std::string context;
};
socklen_t setup_sockaddr(sockaddr_un *sun, const char *name);
bool get_client_cred(int fd, sock_cred *cred);
std::vector<int> recv_fds(int sockfd);
int recv_fd(int sockfd);