summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorThomas H. P. Andersen <phomes@gmail.com>2016-04-23 02:49:07 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-22 20:49:07 -0400
commit0f5e13822d5b89fd36103093daf69af952bf0703 (patch)
tree7181e97eaac5458dbd6bcf2f89767b27b0508031 /src/nspawn
parent86ec5e5e29295fb2594a7899e86cda9644b98b9a (diff)
tree-wide: remove unused variables (#3098)
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 44dce471e7..e1d37d383a 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -1376,7 +1376,7 @@ static int setup_hostname(void) {
static int setup_journal(const char *directory) {
sd_id128_t this_id;
- _cleanup_free_ char *b = NULL, *d = NULL;
+ _cleanup_free_ char *d = NULL;
const char *p, *q;
bool try;
char id[33];