Refactored IterableList to prevent violation of the order of elements
[libcds.git] / test / unit / list / iterable_dhp.cpp
index b008e92c0973253b6b904f217bbb8b8c683aa1d6..b1da7f2302aed31a02173d44b869f6944c260872 100644 (file)
@@ -5,7 +5,7 @@
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
@@ -42,7 +42,6 @@ namespace {
         {
             typedef cc::IterableList< gc_type, item > list_type;
 
-            // +3 - for guarded_ptr, iterators
             cds::gc::dhp::GarbageCollector::Construct( 16, list_type::c_nHazardPtrCount );
             cds::threading::Manager::attachThread();
         }