!96 Delete definition of INVALID_SEMA_VALUE in thread_pool.h

Merge pull request !96 from JokerXD_liu/duplicatedefine
This commit is contained in:
openharmony_ci
2022-06-22 02:12:52 +00:00
committed by Gitee
-2
View File
@@ -27,8 +27,6 @@
namespace OHOS {
const int INVALID_SEMA_VALUE = -1;
class ThreadPool : public NoCopyable {
public:
typedef std::function<void()> Task;