socket-util: Remove get_socket_error().
[openvswitch] / lib / socket-util.h
index a00b32e57b0a6c43274f49eab53ed1fe6f810a7b..5bf8529776a7dab6e7b2352d267ce5fa83bf3768 100644 (file)
@@ -36,7 +36,6 @@ int lookup_ipv6(const char *host_name, struct in6_addr *address);
 
 int lookup_hostname(const char *host_name, struct in_addr *);
 
-int get_socket_error(int sock);
 int get_socket_rcvbuf(int sock);
 int check_connection_completion(int fd);
 int drain_rcvbuf(int fd);