Parcourir la source

[2191] Remove unneeded code

The method is the same as the version in the base class. No need to
replace it.
Michal 'vorner' Vaner il y a 12 ans
Parent
commit
bfdb265f3a
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/lib/acl/dns.h

+ 0 - 3
src/lib/acl/dns.h

@@ -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"