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 /include/sockets.h | |
parent | cc4a14b0badfe3d617ec2dd230d7921f8650a069 (diff) |
Add Redis database support
Diffstat (limited to 'include/sockets.h')
-rw-r--r-- | include/sockets.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sockets.h b/include/sockets.h index 8b1abe5c2..8b7b78a7f 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -388,10 +388,6 @@ class CoreExport ConnectionSocket : public virtual Socket /* Sockaddrs for connection ip/port */ sockaddrs conaddr; - /** Constructor - */ - ConnectionSocket(); - /** Connect the socket * @param TargetHost The target host to connect to * @param Port The target port to connect to |