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