]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: remove unused variable (#4369)
authorThomas H. P. Andersen <phomes@gmail.com>
Thu, 13 Oct 2016 21:30:28 +0000 (23:30 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 13 Oct 2016 21:30:28 +0000 (00:30 +0300)
src/nspawn/nspawn-cgroup.c

index fd0578b85c82d992542ac7976e56a4172dd94570..5274767b96bf5733f74a6b2153ca5d75287842b9 100644 (file)
@@ -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);