diff --git a/lib/src/common/thread_pool.cc b/lib/src/common/thread_pool.cc index 6f4fa5d8b..17b539232 100644 --- a/lib/src/common/thread_pool.cc +++ b/lib/src/common/thread_pool.cc @@ -81,7 +81,6 @@ thread_pool::thread_pool(uint32_t max_workers_) : status(max_workers_), cvar(max_workers_), mutex(max_workers_) - { max_workers = max_workers_; for (uint32_t i=0;i