BIND 10 master, updated. 0f08167548c6a8618828d6e5d39ec0fbfc7edda0 [master] doc cleanup: removed an obsolete description.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Sep 17 23:51:03 UTC 2012
The branch, master has been updated
via 0f08167548c6a8618828d6e5d39ec0fbfc7edda0 (commit)
from e46d39396cca6ed4b401a265383e5f89b9b7c7f0 (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 0f08167548c6a8618828d6e5d39ec0fbfc7edda0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Sep 17 16:49:27 2012 -0700
[master] doc cleanup: removed an obsolete description.
TreeNodeRRset::getTTL() is now implemented, so "throw unconditionally" is
simply wrong.
should be trivial enough, directly committing.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/treenode_rrset.h | 2 --
1 file changed, 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/treenode_rrset.h b/src/lib/datasrc/memory/treenode_rrset.h
index bbaeff5..3f4d6d0 100644
--- a/src/lib/datasrc/memory/treenode_rrset.h
+++ b/src/lib/datasrc/memory/treenode_rrset.h
@@ -156,8 +156,6 @@ public:
}
/// \brief Specialized version of \c getTTL() for \c TreeNodeRRset.
- ///
- /// It throws \c isc::Unexpected unconditionally.
virtual const dns::RRTTL& getTTL() const;
/// \brief Specialized version of \c setName() for \c TreeNodeRRset.
More information about the bind10-changes
mailing list