cds::gc::HRC has been removed
[libcds.git] / src / hzp_const.h
index 4d3291bcf2e821cb6d5d5c325048493183f0dbec..af10977e53098de7366a3428c83f0d01798d7e22 100644 (file)
@@ -25,21 +25,6 @@ namespace cds { namespace gc {
         static const size_t c_nHazardPointerPerThread = 8;
     } // namespace hzp
 
-    //---------------------------------------------------------------
-    // HRC (Gidenstam) reclamation schema constants
-    namespace hrc {
-        using cds::gc::hzp::c_nMaxThreadCount;
-        using cds::gc::hzp::c_nHazardPointerPerThread;
-
-        /// Number of Hazard Pointers per thread for Node::CleanUp methods
-        static const size_t c_nCleanUpHazardPointerPerThread = 2;
-
-        /// Max number of links for HRC node
-        static const size_t c_nHRCMaxNodeLinkCount = 4;
-
-        /// Max number of links in live node that may transiently point to a deleted node
-        static const size_t c_nHRCMaxTransientLinks = c_nHRCMaxNodeLinkCount;
-    }    // namespace hrc
 } /* namespace gc */ }    /* namespace cds */
 
 #endif    // #ifndef __CDSIMPL_HZP_CONST_H