Skip to content

Commit c982570

Browse files
committed
test: drop unused variables
Follow-up for 49eb365.
1 parent 38d7f50 commit c982570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test-fs-util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "util.h"
2525

2626
static void test_chase_symlinks(void) {
27-
_cleanup_free_ char *result = NULL, *z = NULL, *w = NULL;
27+
_cleanup_free_ char *result = NULL;
2828
char temp[] = "/tmp/test-chase.XXXXXX";
2929
const char *top, *p, *pslash, *q, *qslash;
3030
int r, pfd;

0 commit comments

Comments
 (0)