From e0e101daff1db918463976907a47ccbe57cc3d50 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 22 Oct 2021 14:28:32 +0000 Subject: Remove reset of idletracker in start() method as it is protected. --- vespalib/src/vespa/vespalib/util/threadstackexecutorbase.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'vespalib') diff --git a/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.cpp b/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.cpp index 9e6456d2f56..133350f3d56 100644 --- a/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.cpp +++ b/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.cpp @@ -178,7 +178,6 @@ void ThreadStackExecutorBase::start(uint32_t threads) { assert(threads > 0); - _idleTracker.reset(steady_clock::now(), threads); for (uint32_t i = 0; i < threads; ++i) { FastOS_ThreadInterface *thread = _pool->NewThread(_thread_init.get()); assert(thread != nullptr); -- cgit v1.2.3