BIND 10 trac2091b, updated. fd4efa02baeae2f5ce719a8dd2db1a6da1f512b4 [2091b] removed an essentially-redundant assertion check.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 25 17:32:44 UTC 2012
The branch, trac2091b has been updated
via fd4efa02baeae2f5ce719a8dd2db1a6da1f512b4 (commit)
from 1ee0d41198397e9772d7b833231c96dae50f944f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fd4efa02baeae2f5ce719a8dd2db1a6da1f512b4
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jul 25 10:32:23 2012 -0700
[2091b] removed an essentially-redundant assertion check.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/rbtree.h | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h
index ab6523b..0d8f4ca 100644
--- a/src/lib/datasrc/rbtree.h
+++ b/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()));
}
More information about the bind10-changes
mailing list