From: Yu Watanabe Date: Tue, 24 Apr 2018 06:43:09 +0000 (+0900) Subject: test: drop unused variables X-Git-Tag: v239~365^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9825701e6d828e68d38d32c476bfec3ab0ce772;p=thirdparty%2Fsystemd.git test: drop unused variables Follow-up for 49eb36596b72e568d4b9b785cd4544e58c89bdee. --- diff --git a/src/test/test-fs-util.c b/src/test/test-fs-util.c index 9e9650fcedf..5a60ace9baf 100644 --- a/src/test/test-fs-util.c +++ b/src/test/test-fs-util.c @@ -24,7 +24,7 @@ #include "util.h" static void test_chase_symlinks(void) { - _cleanup_free_ char *result = NULL, *z = NULL, *w = NULL; + _cleanup_free_ char *result = NULL; char temp[] = "/tmp/test-chase.XXXXXX"; const char *top, *p, *pslash, *q, *qslash; int r, pfd;