xiejiagui 13 years ago
parent
commit
8b92bb931e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/auth/tests/query_unittest.cc

+ 0 - 1
src/bin/auth/tests/query_unittest.cc

@@ -406,7 +406,6 @@ MockZoneFinder::find(const Name& name, const RRType& type,
     // hardcoded specific cases, ignoring other details such as canceling
     // due to the existence of closer name.
     if ((options & NO_WILDCARD) == 0) {
-        //const Name wild_suffix("wild.example.com");
 		const Name wild_suffix(name.split(1));
 		if (name.equals(Name("www.wild.example.com"))||
 		   name.equals(Name("www1.uwild.example.com"))) {