diff --git a/src/core/load-dropin.c b/src/core/load-dropin.c index f2ffc9781..6ff592be8 100644 --- a/src/core/load-dropin.c +++ b/src/core/load-dropin.c @@ -102,7 +102,6 @@ static int process_dir( char ***strv) { _cleanup_free_ char *path = NULL; - int r, q; assert(u); assert(unit_path); @@ -167,7 +166,6 @@ char **unit_find_dropin_paths(Unit *u) { int unit_load_dropin(Unit *u) { Iterator i; char *t, **f; - int r; assert(u);