mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
core: remove unused vars
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user