From 2428264315868f0860f9747c8b005536e5442db6 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 17 May 2013 23:04:18 -0400 Subject: Add Redis database support --- src/socket_clients.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/socket_clients.cpp') diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp index 3686b2c0a..7893a07a9 100644 --- a/src/socket_clients.cpp +++ b/src/socket_clients.cpp @@ -17,10 +17,6 @@ #include -ConnectionSocket::ConnectionSocket() : Socket() -{ -} - void ConnectionSocket::Connect(const Anope::string &TargetHost, int Port) { this->io->Connect(this, TargetHost, Port); -- cgit