Skip to content

Commit 6472a13

Browse files
committed
Remove old code
1 parent 45c672f commit 6472a13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/src/kernel/tasking/tasking.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ g_process* taskingCreateProcess(g_security_level securityLevel)
345345
addressRangePoolInitialize(process->virtualRangePool);
346346
addressRangePoolAddRange(process->virtualRangePool, G_USER_VIRTUAL_RANGES_START, G_USER_VIRTUAL_RANGES_END);
347347

348-
waitQueueInitialize(&process->waitersSpawn);
349-
350348
return process;
351349
}
352350

0 commit comments

Comments
 (0)