diff --git a/openvpn/addr/ip.hpp b/openvpn/addr/ip.hpp index e83be874..66c49270 100644 --- a/openvpn/addr/ip.hpp +++ b/openvpn/addr/ip.hpp @@ -80,11 +80,6 @@ namespace openvpn { { } - Addr(const Addr& other) - : Addr(other, nullptr, UNSPEC) - { - } - template Addr(const std::string& ipstr, const TITLE& title, const Version required_version) : Addr(from_string(ipstr, title, required_version))