]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2191] Remove unneeded code
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 26 Sep 2012 15:12:07 +0000 (17:12 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 26 Sep 2012 15:12:07 +0000 (17:12 +0200)
The method is the same as the version in the base class. No need to
replace it.

src/lib/acl/dns.h

index 9c64c4bd779aece4cd41057176ae3f4a6c06a47e..5ea0b13269a15567228866ec65745f8d76c6bc70 100644 (file)
@@ -136,9 +136,6 @@ public:
     virtual boost::shared_ptr<RequestCheck>
     create(const std::string& name, isc::data::ConstElementPtr definition,
            const acl::Loader<RequestContext>& loader);
-
-    // Allow things like "from": ["127.0.0.1", "::1"]
-    virtual bool allowListAbbreviation() const { return (true); }
 };
 } // end of namespace "internal"