Browse Source

[master] doc cleanup: removed an obsolete description.

TreeNodeRRset::getTTL() is now implemented, so "throw unconditionally" is
simply wrong.
should be trivial enough, directly committing.
JINMEI Tatuya 12 years ago
parent
commit
0f08167548
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/datasrc/memory/treenode_rrset.h

+ 0 - 2
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.