X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fthreading%2Fdetails%2Fwintls_manager.h;fp=cds%2Fthreading%2Fdetails%2Fwintls_manager.h;h=47b2de3c82dd70e00a92f83e11b3aef7157f1c9b;hp=f6bb3efb1ef4ff052bdd84231c5407297005a6d9;hb=e4c3bdf5ffc8ee1b49c79bd1f3ad462f58e8ab53;hpb=289a0c021c975eb9aeaf0edb754c51970795a3d8 diff --git a/cds/threading/details/wintls_manager.h b/cds/threading/details/wintls_manager.h index f6bb3efb..47b2de3c 100644 --- a/cds/threading/details/wintls_manager.h +++ b/cds/threading/details/wintls_manager.h @@ -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