]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2435] Remove destructor
authorMukund Sivaraman <muks@isc.org>
Fri, 18 Jan 2013 13:01:44 +0000 (18:31 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 18 Jan 2013 13:01:44 +0000 (18:31 +0530)
src/lib/datasrc/database.cc

index 5b076db3345da8f0678c6fa4adb8c8da5c2228f3..4b5b8d19d3c5f768c4a74523bbd99f7a5d7c734e 100644 (file)
@@ -1393,9 +1393,6 @@ public:
         isc::datasrc::RRsetCollectionBase(updater, rrclass)
     {}
 
-    /// \brief Destructor
-    virtual ~RRsetCollection() {}
-
     /// \brief A wrapper around \c disable() so that it can be used as a
     /// public method. \c disable() is protected.
     void disableWrapper() {