mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Remove unnecessary command line arguments in SpawnInit function
This commit is contained in:
parent
45da53c843
commit
f7fde1a933
@ -48,8 +48,7 @@ int SpawnInit()
|
||||
|
||||
const char *argv[4] = {
|
||||
Config.InitPath,
|
||||
"--init",
|
||||
"--critical",
|
||||
// "--help",
|
||||
nullptr};
|
||||
|
||||
Tasking::TaskCompatibility compat = Tasking::Native;
|
||||
|
Loading…
x
Reference in New Issue
Block a user