Browse Source

[2091b] removed an essentially-redundant assertion check.

JINMEI Tatuya 12 years ago
parent
commit
fd4efa02ba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/datasrc/rbtree.h

+ 0 - 1
src/lib/datasrc/rbtree.h

@@ -213,7 +213,6 @@ public:
     /// simplest form of wrapper; it's not efficient, but should be replaced
     /// before we need to worry about that.
     const isc::dns::Name getName() const {
-        assert(labels_capacity_ != 0); // shouldn't be called on a NULL node.
         return (dns::Name(dns::LabelSequence(getLabelsData()).toText()));
     }