X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fshared%2Fmount-util.c;h=694c0383f56579c7a93c8c48479002217b8e7072;hb=de010b0b2e50cf0b3837ce350b116bc92605f67a;hp=ae1f2f0b809a1d8c63d688d1ac978c8eb8c97385;hpb=80a226b26b5e00a2ef9e85d1321da44cd14d051b;p=thirdparty%2Fsystemd.git diff --git a/src/shared/mount-util.c b/src/shared/mount-util.c index ae1f2f0b809..694c0383f56 100644 --- a/src/shared/mount-util.c +++ b/src/shared/mount-util.c @@ -274,7 +274,6 @@ int bind_remount_recursive_with_mountinfo( * we shall operate on. */ if (!path_equal(path, prefix)) { bool deny_listed = false; - char **i; STRV_FOREACH(i, deny_list) { if (path_equal(*i, prefix))