HP and DHP SMR totally refactored
[libcds.git] / test / unit / list / michael_dhp.cpp
index c6e15225c895cc0fc339314fa501e914b2f7f1c3..3cac39b80688f428b9ea096df2c767d5c8614446 100644 (file)
@@ -42,7 +42,7 @@ namespace {
         {
             typedef cc::MichaelList< gc_type, item > list_type;
 
-            cds::gc::dhp::GarbageCollector::Construct( 16, list_type::c_nHazardPtrCount );
+            cds::gc::dhp::GarbageCollector::Construct( list_type::c_nHazardPtrCount );
             cds::threading::Manager::attachThread();
         }