removed container_node struct from gc::HP and gc::DHP
[libcds.git] / cds / gc / ptb_decl.h
index 1c3b830518269772fb9d4c51d94bbb280d8416cf..34feb395ac8f8b160059bdc5d11f370b0f0996b4 100644 (file)
@@ -83,14 +83,6 @@ namespace cds { namespace gc {
             ~thread_gc()    ;   // inline in ptb_impl.h
         };
 
-        /// Base for container node
-        /**
-            @headerfile cds/gc/ptb.h
-            This struct is empty for Pass-the-Buck GC
-        */
-        struct container_node
-        {};
-
 
         /// Pass-the-Buck guard
         /**