From: Dave Reisner Date: Fri, 14 Mar 2014 01:56:07 +0000 (-0400) Subject: nspawn: remove unused variable X-Git-Tag: v212~180 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7947952edea208f004d48e978a9fc35e6ed4ab8c nspawn: remove unused variable --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 7c3d7b89b..dd7cfc409 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -2368,8 +2368,6 @@ static int spawn_getent(const char *database, const char *key, pid_t *rpid) { } static int change_uid_gid(char **_home) { - - _cleanup_strv_free_ char **passwd = NULL; char line[LINE_MAX], *w, *x, *state, *u, *g, *h; _cleanup_free_ uid_t *uids = NULL; _cleanup_free_ char *home = NULL;