From: Thomas H. P. Andersen Date: Thu, 13 Oct 2016 21:30:28 +0000 (+0200) Subject: nspawn: remove unused variable (#4369) X-Git-Tag: v232~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c4624e082c0c153df63c0d11e31a85c73f770b7;p=thirdparty%2Fsystemd.git nspawn: remove unused variable (#4369) --- diff --git a/src/nspawn/nspawn-cgroup.c b/src/nspawn/nspawn-cgroup.c index fd0578b85c8..5274767b96b 100644 --- a/src/nspawn/nspawn-cgroup.c +++ b/src/nspawn/nspawn-cgroup.c @@ -56,7 +56,6 @@ static int chown_cgroup_path(const char *path, uid_t uid_shift) { int chown_cgroup(pid_t pid, uid_t uid_shift) { _cleanup_free_ char *path = NULL, *fs = NULL; - _cleanup_close_ int fd = -1; int r; r = cg_pid_get_path(NULL, pid, &path);