1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-25 21:57:32 +03:00

core: remove unused vars

This commit is contained in:
Lennart Poettering 2014-05-22 16:52:53 +09:00
parent bcd816bd34
commit f74df7baa2

View File

@ -102,7 +102,6 @@ static int process_dir(
char ***strv) { char ***strv) {
_cleanup_free_ char *path = NULL; _cleanup_free_ char *path = NULL;
int r, q;
assert(u); assert(u);
assert(unit_path); assert(unit_path);
@ -167,7 +166,6 @@ char **unit_find_dropin_paths(Unit *u) {
int unit_load_dropin(Unit *u) { int unit_load_dropin(Unit *u) {
Iterator i; Iterator i;
char *t, **f; char *t, **f;
int r;
assert(u); assert(u);