Browse 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 12 years ago
parent
commit
bfdb265f3a
1 changed files with 0 additions and 3 deletions
  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"