diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-12 01:07:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-12 01:07:43 +0000 |
commit | 1c86154cab44e718e9b37ccf857b19d5a9fc955b (patch) | |
tree | 3051fbf537b93f8e34ab8d770e296a9f0caeba32 | |
parent | 2bed3225ab9545d6d4072788160290bf52d06bbb (diff) |
Someone didnt test their fixes in cygwin *gets tortoise torture kit*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3874 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index f9b605d3b..c4129f67c 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -28,8 +28,6 @@ extern ServerConfig* Config; extern time_t TIME; extern int openSockfd[MAX_DESCRIPTORS]; -InspSocket* socket_ref[MAX_DESCRIPTORS]; - /** This will bind a socket to a port. It works for UDP/TCP. * If a hostname is given to bind to, the function will first * attempt to resolve the hostname, then bind to the IP the |