summaryrefslogtreecommitdiff
path: root/src/journal/test-catalog.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-05 00:03:24 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-05 00:17:35 -0400
commit737563e4bb1606cae1dd0e9484f9e82da466fe76 (patch)
treeb7e297ae6c54e69584aa5fb69957064f3ebf936c /src/journal/test-catalog.c
parent144e51eca20b72c8177314c225d8c15c1b0b9d6b (diff)
test-catalog,core/load-dropin: remove unused variables
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 21149f18a..c46303589 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);