git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac399@3585 e5f2f494-b856-4b98-b285-d166d9295462
@@ -93,8 +93,6 @@ ZoneTable::remove(const Name& origin) {
ZoneTable::FindResult
ZoneTable::find(const Name& name) const {
- Name qname(name);
-
// Inefficient internal loop to find a longest match.
// This will be replaced with a single call to more intelligent backend.
for (int i = 0; i < name.getLabelCount(); ++i) {