Browse Source

[2431] Remove obsolete comment

Mukund Sivaraman 12 years ago
parent
commit
cecd1c5961
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/dns/master_loader.cc

+ 0 - 2
src/lib/dns/master_loader.cc

@@ -185,8 +185,6 @@ private:
         }
 
         if (*rrclass != zone_class_) {
-            // It doesn't really matter much what type of exception
-            // we throw, we catch it just below.
             isc_throw(InternalException, "Class mismatch: " << *rrclass <<
                       "vs. " << zone_class_);
         }