diff options
Diffstat (limited to 'src/sockets.cpp')
-rw-r--r-- | src/sockets.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sockets.cpp b/src/sockets.cpp index e2191dbd8..37ba6e446 100644 --- a/src/sockets.cpp +++ b/src/sockets.cpp @@ -567,10 +567,6 @@ ListenSocket::ListenSocket(const Anope::string &bindip, int port, bool i) throw SocketException("Unable to listen: " + Anope::LastError()); } -ListenSocket::~ListenSocket() -{ -} - bool ListenSocket::ProcessRead() { try |