mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
task: Remove redundant code
NewLock(SchedulerLock);
This commit is contained in:
@ -539,7 +539,6 @@ namespace Tasking
|
||||
class Task
|
||||
{
|
||||
private:
|
||||
NewLock(SchedulerLock);
|
||||
NewLock(TaskingLock);
|
||||
|
||||
PID NextPID = 0;
|
||||
|
Reference in New Issue
Block a user