diff options
-rw-r--r-- | src/socket.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index c20291453..302742a3f 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -283,7 +283,3 @@ InspSocket::~InspSocket() this->Close(); } -/* -int BindSocket (int sockfd, struct sockaddr_in client, struct sockaddr_in server, int port, char* addr) -int OpenTCPSocket (void) -*/ |