From 4f5e190ea7b64a28dca90702975a803df0647be1 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 20 Oct 2016 20:47:31 +0200 Subject: [PATCH] remove obsolete wait loop --- hermit/tools/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/tools/proxy.c b/hermit/tools/proxy.c index cc0e0247f..666b57734 100644 --- a/hermit/tools/proxy.c +++ b/hermit/tools/proxy.c @@ -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; }