summaryrefslogtreecommitdiff
path: root/src/socket_clients.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-17 23:04:18 -0400
committerAdam <Adam@anope.org>2013-05-17 23:04:18 -0400
commit2428264315868f0860f9747c8b005536e5442db6 (patch)
tree9cd3070f46823ea5f5af32abf84d3c39975e9634 /src/socket_clients.cpp
parentcc4a14b0badfe3d617ec2dd230d7921f8650a069 (diff)
Add Redis database support
Diffstat (limited to 'src/socket_clients.cpp')
-rw-r--r--src/socket_clients.cpp4
1 files changed, 0 insertions, 4 deletions
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 <errno.h>
-ConnectionSocket::ConnectionSocket() : Socket()
-{
-}
-
void ConnectionSocket::Connect(const Anope::string &TargetHost, int Port)
{
this->io->Connect(this, TargetHost, Port);