Removed unused implementation_tag typedef
[libcds.git] / cds / container / michael_map_nogc.h
index aa4b2d91da8350c21935218eef6f6d95f3e40f66..e1be221d59c59641b34c125ee176b8117bcfefe0 100644 (file)
@@ -46,10 +46,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_map::implementation_tag implementation_tag;
-        //@endcond
-
     protected:
         //@cond
         typedef typename bucket_type::iterator       bucket_iterator;