diff options
Diffstat (limited to 'src/shared/mount-setup.c')
-rw-r--r-- | src/shared/mount-setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/mount-setup.c b/src/shared/mount-setup.c index 7917968497..eb6dac32e1 100644 --- a/src/shared/mount-setup.c +++ b/src/shared/mount-setup.c @@ -247,8 +247,6 @@ static const char *join_with(const char *controller) { NULL }; - const char *const *x, *const *y; - assert(controller); /* This will lookup which controller to mount another controller with. Input is a controller name, and output @@ -436,7 +434,6 @@ static int relabel_cgroup_filesystems(void) { static int relabel_extra(void) { _cleanup_strv_free_ char **files = NULL; - char **file; int r, c = 0; /* Support for relabelling additional files or directories after loading the policy. For this, code in the |