diff options
author | Adam <Adam@anope.org> | 2013-05-17 23:04:18 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-17 23:04:18 -0400 |
commit | 2428264315868f0860f9747c8b005536e5442db6 (patch) | |
tree | 9cd3070f46823ea5f5af32abf84d3c39975e9634 /src/socket_clients.cpp | |
parent | cc4a14b0badfe3d617ec2dd230d7921f8650a069 (diff) |
Add Redis database support
Diffstat (limited to 'src/socket_clients.cpp')
-rw-r--r-- | src/socket_clients.cpp | 4 |
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); |