Browse Source

[2377] Fix BasicRRset::getRRsig() documentation

It claimed it throws every time and returns NULL at the same time. It is
impossible and the first one is not true.
Michal 'vorner' Vaner 12 years ago
parent
commit
22d72fe82d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/lib/dns/rrset.h

+ 0 - 3
src/lib/dns/rrset.h

@@ -770,9 +770,6 @@ public:
     //@{
     /// \brief Return pointer to this RRset's RRSIG RRset
     ///
-    /// \exception NotImplemented Always thrown.  Associated RRSIG RRsets are
-    ///            not supported in this class.
-    ///
     /// \return Null pointer, as this class does not support RRSIG records.
     virtual RRsetPtr getRRsig() const {
         return (RRsetPtr());