Browse Source

[2435] Remove unused typedef

Mukund Sivaraman 12 years ago
parent
commit
2887502a9e
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/lib/datasrc/rrset_collection_base.h

+ 0 - 7
src/lib/datasrc/rrset_collection_base.h

@@ -109,13 +109,6 @@ private:
     bool disabled_;
 };
 
-/// \brief A pointer-like type pointing to an
-/// \c isc::datasrc::RRsetCollectionBase object.
-///
-/// This type is used to handle RRsetCollections in a polymorphic manner
-/// in libdatasrc.
-typedef boost::shared_ptr<isc::datasrc::RRsetCollectionBase> RRsetCollectionPtr;
-
 } // end of namespace datasrc
 } // end of namespace isc