Remove unused C++ code not covered by unit tests

This commit is contained in:
practicalswift
2017-03-28 08:40:16 +02:00
parent 95f5e44075
commit b51aaf1c42
9 changed files with 3 additions and 42 deletions

View File

@@ -65,7 +65,6 @@ class CNetAddr
bool IsLocal() const;
bool IsRoutable() const;
bool IsValid() const;
bool IsMulticast() const;
enum Network GetNetwork() const;
std::string ToString() const;
std::string ToStringIP() const;