[urcu] Moved signal handler implementation to .cpp file
[libcds.git] / cds / threading / details / _common.h
index 69b73f1cd5a918dcead87dd441c956918f7a0864..f8f059964a6c0b9a652c5e4a562cf336dd3f77d0 100644 (file)
@@ -141,9 +141,6 @@ namespace cds {
 
             //@endcond
 
-            //cds::gc::HP::thread_gc_impl  * m_hpManager     ;   ///< Michael's Hazard Pointer GC thread-specific data
-            //cds::gc::DHP::thread_gc_impl * m_dhpManager    ;   ///< Dynamic Hazard Pointer GC thread-specific data
-
             size_t  m_nFakeProcessorNumber  ;   ///< fake "current processor" number
 
             //@cond