chiark / gitweb /
test-catalog,core/load-dropin: remove unused variables
[elogind.git] / src / journal / test-catalog.c
index 21149f18a5519a6394bd6406b47b78f5acaf667f..c46303589154cec05ffe671e513a6535c6097f8f 100644 (file)
@@ -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);