mirror of
https://github.com/openharmony/utils_native.git
synced 2026-07-01 20:35:26 -04:00
!96 Delete definition of INVALID_SEMA_VALUE in thread_pool.h
Merge pull request !96 from JokerXD_liu/duplicatedefine
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
const int INVALID_SEMA_VALUE = -1;
|
||||
|
||||
class ThreadPool : public NoCopyable {
|
||||
public:
|
||||
typedef std::function<void()> Task;
|
||||
|
||||
Reference in New Issue
Block a user