We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d7f50 commit c982570Copy full SHA for c982570
src/test/test-fs-util.c
@@ -24,7 +24,7 @@
24
#include "util.h"
25
26
static void test_chase_symlinks(void) {
27
- _cleanup_free_ char *result = NULL, *z = NULL, *w = NULL;
+ _cleanup_free_ char *result = NULL;
28
char temp[] = "/tmp/test-chase.XXXXXX";
29
const char *top, *p, *pslash, *q, *qslash;
30
int r, pfd;
0 commit comments