mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
task: Remove redundant code
NewLock(SchedulerLock);
This commit is contained in:
parent
29896bb0a4
commit
99292467ed
@ -539,7 +539,6 @@ namespace Tasking
|
||||
class Task
|
||||
{
|
||||
private:
|
||||
NewLock(SchedulerLock);
|
||||
NewLock(TaskingLock);
|
||||
|
||||
PID NextPID = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user