]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop unused variables 8796/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Apr 2018 06:43:09 +0000 (15:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Apr 2018 06:43:41 +0000 (15:43 +0900)
Follow-up for 49eb36596b72e568d4b9b785cd4544e58c89bdee.

src/test/test-fs-util.c

index 9e9650fcedfb93fcd2a521eb0f6456ea0e52594c..5a60ace9baf8f4feca516d9c7a975b1543ae5999 100644 (file)
@@ -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;