remove michael_list_hrc.h
[libcds.git] / tests / test-hdr / map / hdr_map.h
index e54ac4ed31b2432af404fdfdb23713777b75b2e8..10b196aac5f41e9eb433fa8f0818ddee2c0bbe5c 100644 (file)
@@ -636,10 +636,6 @@ namespace map {
         void Michael_PTB_less();
         void Michael_PTB_cmpmix();
 
-        void Michael_HRC_cmp();
-        void Michael_HRC_less();
-        void Michael_HRC_cmpmix();
-
         void Michael_RCU_GPI_cmp();
         void Michael_RCU_GPI_less();
         void Michael_RCU_GPI_cmpmix();
@@ -708,10 +704,6 @@ namespace map {
         void Split_PTB_less();
         void Split_PTB_cmpmix();
 
-        void Split_HRC_cmp();
-        void Split_HRC_less();
-        void Split_HRC_cmpmix();
-
         void Split_RCU_GPI_cmp();
         void Split_RCU_GPI_less();
         void Split_RCU_GPI_cmpmix();
@@ -781,10 +773,6 @@ namespace map {
             CPPUNIT_TEST(Michael_PTB_less)
             CPPUNIT_TEST(Michael_PTB_cmpmix)
 
-            CPPUNIT_TEST(Michael_HRC_cmp)
-            CPPUNIT_TEST(Michael_HRC_less)
-            CPPUNIT_TEST(Michael_HRC_cmpmix)
-
             CPPUNIT_TEST(Michael_RCU_GPI_cmp)
             CPPUNIT_TEST(Michael_RCU_GPI_less)
             CPPUNIT_TEST(Michael_RCU_GPI_cmpmix)
@@ -853,10 +841,6 @@ namespace map {
             CPPUNIT_TEST(Split_PTB_less)
             CPPUNIT_TEST(Split_PTB_cmpmix)
 
-            CPPUNIT_TEST(Split_HRC_cmp)
-            CPPUNIT_TEST(Split_HRC_less)
-            CPPUNIT_TEST(Split_HRC_cmpmix)
-
             CPPUNIT_TEST(Split_RCU_GPI_cmp)
             CPPUNIT_TEST(Split_RCU_GPI_less)
             CPPUNIT_TEST(Split_RCU_GPI_cmpmix)