mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove obsolete wait loop
This commit is contained in:
parent
3640fcda34
commit
4f5e190ea7
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ static int init_multi(char *path)
|
|||
free(result);
|
||||
|
||||
// wait until HermitCore is sucessfully booted
|
||||
wait_hermit_available();
|
||||
//wait_hermit_available();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue