diff --git a/include/task.hpp b/include/task.hpp index 0f88450..b374410 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;