Formatting
authorkhizmax <libcds.dev@gmail.com>
Sun, 1 Nov 2015 15:35:20 +0000 (18:35 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 1 Nov 2015 15:35:20 +0000 (18:35 +0300)
src/dhp_gc.cpp

index cfb1e01163c565dc682518db8056b22737a66c5c..cdafe5def60ceea7c30bf3b001705757d877336a 100644 (file)
@@ -159,9 +159,7 @@ namespace cds { namespace gc { namespace dhp {
         , m_nInitialThreadGuardCount( nInitialThreadGuardCount ? nInitialThreadGuardCount : 8 )
         , m_RetiredAllocator( static_cast<unsigned int>(nEpochCount))
         , m_bStatEnabled( false )
-        //, m_nInLiberate(0)
-    {
-    }
+    {}
 
     GarbageCollector::~GarbageCollector()
     {