diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-10-29 16:06:11 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-10-29 16:06:11 +0100 |
commit | 09bd8f26cb37b58310ce16bf7b8b6003b4244ed5 (patch) | |
tree | 3f6b0c1e62f13e610611240ddfbe366fce98d3a3 /src/InetAddress.h | |
parent | bf82967d4c04946ae6e0490ea28e160a856fc81b (diff) | |
download | dabmux-09bd8f26cb37b58310ce16bf7b8b6003b4244ed5.tar.gz dabmux-09bd8f26cb37b58310ce16bf7b8b6003b4244ed5.tar.bz2 dabmux-09bd8f26cb37b58310ce16bf7b8b6003b4244ed5.zip |
Some fixes for issues seen with cppcheck
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(); |