diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:31:34 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:32:08 +0200 |
commit | ba19c6e1819a89d3b90811ce4fd785a606dfd223 (patch) | |
tree | 099934795be7b0176228800e54ff7518723ce7ee /src/nspawn/nspawn.c | |
parent | 65a6195e765c3b87f01e1b19211788e5ed3d22a7 (diff) |
treewide: remove unused variables
Diffstat (limited to 'src/nspawn/nspawn.c')
-rw-r--r-- | src/nspawn/nspawn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index bedc5bf20b..e4be0a2251 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -3125,7 +3125,6 @@ static int setup_uid_map(pid_t pid) { } static int nspawn_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) { - _cleanup_fdset_free_ FDSet *fds = NULL; char buf[NOTIFY_BUFFER_MAX+1]; char *p = NULL; struct iovec iovec = { |