diff --git a/src/threadpool.h b/src/threadpool.h index 57c21b2e16..8619ecfe2d 100644 --- a/src/threadpool.h +++ b/src/threadpool.h @@ -49,7 +49,6 @@ using threadpool_result_t = typename std::result_of::type; class CThreadPool { public: - CThreadPool() = default; CThreadPool ( size_t ); template auto enqueue ( F&& f, Args&&... args ) -> std::future>;