diff --git a/base/include/thread_pool.h b/base/include/thread_pool.h index 7bea3b688c65f845260684d0c6d2dc8241de7b93..07caa4fff6901d6c36781fa77c98201a9e1e4e8a 100644 --- a/base/include/thread_pool.h +++ b/base/include/thread_pool.h @@ -27,8 +27,6 @@ namespace OHOS { -const int INVALID_SEMA_VALUE = -1; - class ThreadPool : public NoCopyable { public: typedef std::function Task;