From: Michal 'vorner' Vaner Date: Wed, 26 Sep 2012 15:12:07 +0000 (+0200) Subject: [2191] Remove unneeded code X-Git-Tag: trac2351_base~37^2~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfdb265f3ac48ec543de081bb02b79e78b8d7f9e;p=thirdparty%2Fkea.git [2191] Remove unneeded code The method is the same as the version in the base class. No need to replace it. --- diff --git a/src/lib/acl/dns.h b/src/lib/acl/dns.h index 9c64c4bd77..5ea0b13269 100644 --- a/src/lib/acl/dns.h +++ b/src/lib/acl/dns.h @@ -136,9 +136,6 @@ public: virtual boost::shared_ptr create(const std::string& name, isc::data::ConstElementPtr definition, const acl::Loader& loader); - - // Allow things like "from": ["127.0.0.1", "::1"] - virtual bool allowListAbbreviation() const { return (true); } }; } // end of namespace "internal"