task: Remove redundant code

NewLock(SchedulerLock);
This commit is contained in:
EnderIce2 2024-10-26 03:54:46 +03:00
parent 29896bb0a4
commit 99292467ed
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -539,7 +539,6 @@ namespace Tasking
class Task
{
private:
NewLock(SchedulerLock);
NewLock(TaskingLock);
PID NextPID = 0;