|
@@ -185,8 +185,6 @@ private:
|
|
}
|
|
}
|
|
|
|
|
|
if (*rrclass != zone_class_) {
|
|
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 <<
|
|
isc_throw(InternalException, "Class mismatch: " << *rrclass <<
|
|
"vs. " << zone_class_);
|
|
"vs. " << zone_class_);
|
|
}
|
|
}
|