cds::gc::HRC has been removed
[libcds.git] / cds / threading / model.h
index bbc1c47a3d62c4e508dd2951a5ca1492b04eb724..3a7bd340ce6e0c9739f4a36b8f311dca191ab0df 100644 (file)
@@ -31,19 +31,6 @@ namespace cds { namespace threading {
         return Manager::getHZPGC();
     }
 
-    /// Get cds::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 cds::gc::HRC.
-        To initialize cds::gc::HRC GC you must constuct cds::gc::HRC object in the beginning of your application,
-        see \ref cds_how_to_use "How to use libcds"
-    */
-    template <>
-    inline cds::gc::HRC::thread_gc_impl&   getGC<cds::gc::HRC>()
-    {
-        return Manager::getHRCGC();
-    }
-
     /// Get cds::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