summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/socket.cpp2
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