diff --git a/base/include/thread_pool.h b/base/include/thread_pool.h index 7bea3b6..07caa4f 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;