From 08fcf381e848c555e3fb74a919867a1043393468 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Sat, 10 Oct 2015 23:20:26 +0800 Subject: [PATCH] remove useless code Signed-off-by: Gao feng --- src/container.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/container.c b/src/container.c index 343583a..42d2160 100644 --- a/src/container.c +++ b/src/container.c @@ -400,7 +400,6 @@ static int hyper_container_init(void *data) _exit(-1); fail: - container->exec.code = -1; hyper_send_type(arg->pipe[1], ERROR); _exit(-1); }