diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/main.c b/src/core/main.c index 6db42991e8..1b1741a645 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -599,8 +599,6 @@ static int config_parse_join_controllers(const char *unit, for (a = arg_join_controllers; *a; a++) { if (strv_overlap(*a, l)) { - char **c; - if (strv_extend_strv(&l, *a) < 0) { strv_free(l); strv_free_free(t); |