From: Christian Brauner Date: Fri, 1 Mar 2019 20:15:20 +0000 (+0100) Subject: conf: remove unused variable X-Git-Tag: lxc-3.2.0~127^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b07e059f9951dd5183dc93f8dfc0051c2cb189;p=thirdparty%2Flxc.git conf: remove unused variable Closes #2885. Signed-off-by: Christian Brauner --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index c0ac73be2..a2a35c768 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -2813,7 +2813,6 @@ static int idmaptool_on_path_and_privileged(const char *binary, cap_value_t cap) __do_free char *path = NULL; int ret; struct stat st; - int fret = 0; errno = EINVAL; if (cap != CAP_SETUID && cap != CAP_SETGID)