From fedceef40cd217ef406bc2522e9a8f879d60b0c0 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Tue, 29 Sep 2015 11:55:35 -0700 Subject: drop cycleclock reference in ThreadCache --- src/thread_cache.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thread_cache.cc b/src/thread_cache.cc index 444a09f..6e0c2bc 100644 --- a/src/thread_cache.cc +++ b/src/thread_cache.cc @@ -205,7 +205,6 @@ void ThreadCache::Scavenge() { // that situation by dropping L/2 nodes from the free list. This // may not release much memory, but if so we will call scavenge again // pretty soon and the low-water marks will be high on that call. - //int64 start = CycleClock::Now(); for (int cl = 0; cl < kNumClasses; cl++) { FreeList* list = &list_[cl]; const int lowmark = list->lowwatermark(); -- cgit v1.2.1