cds::gc::HRC has been removed
[libcds.git] / cds / threading / details / gcc_manager.h
index dbf1588f6b276cc96a77d8ed958eece3da60ce1c..0c0c7e2ace5206d0d381abd577ffc299a3aff773 100644 (file)
@@ -107,18 +107,6 @@ namespace cds { namespace threading {
                 return *(_threadData()->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()
-            {
-                assert( _threadData()->m_hrcManager );
-                return *(_threadData()->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