From 8392708ef3333ad1d7fab6c6bbfc12dadf4ffd08 Mon Sep 17 00:00:00 2001 From: 2xsec Date: Wed, 10 Oct 2018 14:50:32 +0900 Subject: [PATCH] confile: remove unused variable Signed-off-by: 2xsec --- src/lxc/confile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 052de9b64..af7be1501 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -2493,7 +2493,6 @@ on_error: int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include) { - int ret; struct parse_line_conf c; c.conf = conf;