summaryrefslogtreecommitdiff
path: root/src/journal/test-catalog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/test-catalog.c')
-rw-r--r--src/journal/test-catalog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/journal/test-catalog.c b/src/journal/test-catalog.c
index 21149f18a5..c463035891 100644
--- a/src/journal/test-catalog.c
+++ b/src/journal/test-catalog.c
@@ -89,7 +89,6 @@ static const char* database = NULL;
static void test_catalog_update(void) {
int r;
- char _cleanup_free_ *path = NULL;
static char name[] = "/tmp/test-catalog.XXXXXX";
r = mkstemp(name);