cds::gc::HRC has been removed
[libcds.git] / cds / threading / details / wintls_manager.h
index f6bb3efb1ef4ff052bdd84231c5407297005a6d9..47b2de3c82dd70e00a92f83e11b3aef7157f1c9b 100644 (file)
@@ -207,17 +207,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