diff --git a/include/task.hpp b/include/task.hpp index 0f884501..b374410b 100644 --- a/include/task.hpp +++ b/include/task.hpp @@ -539,7 +539,6 @@ namespace Tasking class Task { private: - NewLock(SchedulerLock); NewLock(TaskingLock); PID NextPID = 0;