diff options
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 |