diff options
Diffstat (limited to 'src/InetAddress.h')
-rw-r--r-- | src/InetAddress.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/InetAddress.h b/src/InetAddress.h index 0ccc70b..e246d4c 100644 --- a/src/InetAddress.h +++ b/src/InetAddress.h @@ -62,8 +62,6 @@ void setInetError(const char* description); class InetAddress { public: InetAddress(int port = 0, const char* name = NULL); - InetAddress(const InetAddress &addr); - ~InetAddress(); sockaddr *getAddress(); const char *getHostAddress(); |