From: 2xsec Date: Wed, 10 Oct 2018 05:50:32 +0000 (+0900) Subject: confile: remove unused variable X-Git-Tag: lxc-3.1.0~48^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8392708ef3333ad1d7fab6c6bbfc12dadf4ffd08;p=thirdparty%2Flxc.git confile: remove unused variable Signed-off-by: 2xsec --- 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;