1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00

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

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-04-05 00:03:24 -04:00
parent 144e51eca2
commit 737563e4bb
2 changed files with 0 additions and 2 deletions

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);

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);