Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit ab30fff

Browse files
committed
remove unused hyper_socketpair
Signed-off-by: Peng Tao <bergwolf@gmail.com>
1 parent f0c7745 commit ab30fff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ int hyper_open_channel(char *channel, int mode);
3434
int hyper_setfd_cloexec(int fd);
3535
int hyper_setfd_block(int fd);
3636
int hyper_setfd_nonblock(int fd);
37-
int hyper_socketpair(int domain, int type, int protocol, int sv[2]);
3837
void hyper_shutdown();
3938
int hyper_insmod(char *module);
4039
bool hyper_name_to_id(const char *name, unsigned long *val);

0 commit comments

Comments
 (0)