mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +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
|
class Task
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
NewLock(SchedulerLock);
|
|
||||||
NewLock(TaskingLock);
|
NewLock(TaskingLock);
|
||||||
|
|
||||||
PID NextPID = 0;
|
PID NextPID = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user