From c1b07e059f9951dd5183dc93f8dfc0051c2cb189 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Fri, 1 Mar 2019 21:15:20 +0100 Subject: [PATCH] conf: remove unused variable Closes #2885. Signed-off-by: Christian Brauner --- src/lxc/conf.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.2