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 fd0578b..5274767 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);