diff options
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 5e1b6b8504a..2641aeda205 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -408,10 +408,6 @@ void my_net_set_write_timeout(NET *net, uint timeout); void my_net_set_read_timeout(NET *net, uint timeout); #endif -/* - The following function is not meant for normal usage - Currently it's used internally by manager.c -*/ struct sockaddr; int my_connect(my_socket s, const struct sockaddr *name, unsigned int namelen, unsigned int timeout); |