Browse Source

removed an unused temporary variable as noted in review comment.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac399@3585 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
abd1f76d32
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/datasrc/zonetable.cc

+ 0 - 2
src/lib/datasrc/zonetable.cc

@@ -93,8 +93,6 @@ ZoneTable::remove(const Name& origin) {
 
 
 ZoneTable::FindResult
 ZoneTable::FindResult
 ZoneTable::find(const Name& name) const {
 ZoneTable::find(const Name& name) const {
-    Name qname(name);
-
     // Inefficient internal loop to find a longest match.
     // Inefficient internal loop to find a longest match.
     // This will be replaced with a single call to more intelligent backend.
     // This will be replaced with a single call to more intelligent backend.
     for (int i = 0; i < name.getLabelCount(); ++i) {
     for (int i = 0; i < name.getLabelCount(); ++i) {