diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-21 22:17:48 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-21 22:19:10 +0200 |
commit | 62f176068c31de4b7b56aae06efaf27c410dc3c3 (patch) | |
tree | 8493a583f442a2c9cfd0f6e1946aa50d75472c16 /src/nspawn | |
parent | 932b06b8fff181aad50ce3ff839865def5574454 (diff) |
remove unused variables
Diffstat (limited to 'src/nspawn')
-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 347260013a..e8a023d023 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -658,7 +658,6 @@ static int parse_argv(int argc, char *argv[]) { const char *current = optarg; _cleanup_free_ char *source = NULL, *destination = NULL; CustomMount *m; - _cleanup_strv_free_ char **strv = NULL; r = extract_many_words(¤t, ":", EXTRACT_DONT_COALESCE_SEPARATORS, &source, &destination, NULL); switch (r) { |