Removed unused implementation_tag typedef
[libcds.git] / cds / intrusive / michael_set_rcu.h
index 019ff24e024e78e4b5d954704f57e2d67bc78f89..3331795b102d2780eea8caf44bb9b68040e16743 100644 (file)
@@ -95,10 +95,6 @@ namespace cds { namespace intrusive {
         /// Group of \p extract_xxx functions require external locking if underlying ordered list requires that
         static CDS_CONSTEXPR const bool c_bExtractLockExternal = bucket_type::c_bExtractLockExternal;
 
-        //@cond
-        typedef cds::intrusive::michael_set::implementation_tag implementation_tag;
-        //@endcond
-
     protected:
         item_counter    m_ItemCounter;   ///< Item counter
         hash            m_HashFunctor;   ///< Hash functor