Removed unused implementation_tag typedef
[libcds.git] / cds / intrusive / michael_set_nogc.h
index 7ac42f8d30c99bbe3ecdb7de67aca08cacb138e8..3eaeb04628966eabab6cdda17edad637aff7fb78 100644 (file)
@@ -46,10 +46,6 @@ namespace cds { namespace intrusive {
         /// Bucket table allocator
         typedef cds::details::Allocator< bucket_type, typename traits::allocator > bucket_table_allocator;
 
-        //@cond
-        typedef cds::intrusive::michael_set::implementation_tag implementation_tag;
-        //@endcond
-
     protected:
         item_counter    m_ItemCounter; ///< Item counter
         hash            m_HashFunctor; ///< Hash functor