Removed unused implementation_tag typedef
[libcds.git] / cds / container / michael_set_nogc.h
index dbcb369d24abf35f6cc5c9b4d87be915e426a4fc..e66ddb69a0814c3e5378a0068e57564fc0aa1b43 100644 (file)
@@ -45,10 +45,6 @@ namespace cds { namespace container {
         /// Bucket table allocator
         typedef cds::details::Allocator< bucket_type, typename traits::allocator >  bucket_table_allocator;
 
-        //@cond
-        typedef cds::container::michael_set::implementation_tag implementation_tag;
-        //@endcond
-
     protected:
         //@cond
         typedef typename bucket_type::iterator        bucket_iterator;