test-catalog,core/load-dropin: remove unused variables

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2013-04-05 00:17:35 -04:00
parent 144e51eca2
commit 737563e4bb
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -173,7 +173,6 @@ char **unit_find_dropin_paths(Unit *u) {
int unit_load_dropin(Unit *u) {
Iterator i;
char *t, **f;
_cleanup_strv_free_ char **strv = NULL;
int r;
assert(u);
-1
View 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);