X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fiterable_dhp.cpp;fp=test%2Funit%2Flist%2Fiterable_dhp.cpp;h=b1da7f2302aed31a02173d44b869f6944c260872;hb=b971d5a61eb52476792fcd748e9151ce53e0e57c;hp=b008e92c0973253b6b904f217bbb8b8c683aa1d6;hpb=62ebcd28a62b0c6a414a6b4d27b9fa3098bf5006;p=libcds.git diff --git a/test/unit/list/iterable_dhp.cpp b/test/unit/list/iterable_dhp.cpp index b008e92c..b1da7f23 100644 --- a/test/unit/list/iterable_dhp.cpp +++ b/test/unit/list/iterable_dhp.cpp @@ -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(); }