From a3967dd227c57c84f3b2910e8d502a9dfc7853dc Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 1 Nov 2015 18:35:20 +0300 Subject: [PATCH] Formatting --- src/dhp_gc.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dhp_gc.cpp b/src/dhp_gc.cpp index cfb1e011..cdafe5de 100644 --- a/src/dhp_gc.cpp +++ b/src/dhp_gc.cpp @@ -159,9 +159,7 @@ namespace cds { namespace gc { namespace dhp { , m_nInitialThreadGuardCount( nInitialThreadGuardCount ? nInitialThreadGuardCount : 8 ) , m_RetiredAllocator( static_cast(nEpochCount)) , m_bStatEnabled( false ) - //, m_nInLiberate(0) - { - } + {} GarbageCollector::~GarbageCollector() { -- 2.34.1