summaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-01-05 00:32:43 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-01-05 09:16:15 -0500
commitcc3d61683d877791e6b2ce0b17940d4d77cd6550 (patch)
treecc5de993786e3ecebca035e7bd27efcbd0aa6ff0 /src/core/main.c
parente3e45d4f82daa5cd85ba40dde9127df900096c0c (diff)
Remove unused variables
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 6db42991e..1b1741a64 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);