cds::gc::HRC has been removed
[libcds.git] / cds / threading / details / pthread_manager.h
index fbc970590c15d55947788baa3e98ddf06de47d6b..99fadd5aafee899535e9a9f7d32b00271a6e7912 100644 (file)
@@ -204,17 +204,6 @@ namespace cds { namespace threading {
                 return *(_threadData( do_getData )->m_hpManager);
             }
 
-            /// Get gc::HRC thread GC implementation for current thread
-            /**
-                The object returned may be uninitialized if you did not call attachThread in the beginning of thread execution
-                or if you did not use gc::HRC.
-                To initialize gc::HRC GC you must constuct cds::gc::HRC object in the beginning of your application
-            */
-            static gc::HRC::thread_gc_impl&   getHRCGC()
-            {
-                return *(_threadData( do_getData )->m_hrcManager);
-            }
-
             /// Get gc::PTB thread GC implementation for current thread
             /**
                 The object returned may be uninitialized if you did not call attachThread in the beginning of thread execution