chiark / gitweb /
test: drop unused variables
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Apr 2018 06:43:09 +0000 (15:43 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Follow-up for 49eb36596b72e568d4b9b785cd4544e58c89bdee.

src/test/test-fs-util.c

index 2c5cf958328f5e8a79723de35bd73851539bdf10..9b74a2b8cd50fdc0febc6b7d5cd19f19855c51b2 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;