1
0
Fork 0
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:
Stefan Lankes 2016-10-20 20:47:31 +02:00
parent 3640fcda34
commit 4f5e190ea7

View file

@ -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;
}