diff --git a/src/init.c b/src/init.c index ed9d04a..6f037e8 100644 --- a/src/init.c +++ b/src/init.c @@ -692,7 +692,6 @@ static int hyper_cmd_write_file(char *json, int length) struct hyper_pod *pod = &global_pod; int pipe[2] = {-1, -1}; int pid, mntns = -1, fd; - char path[512]; int len = 0, size, ret = -1; fprintf(stdout, "%s\n", __func__);