]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/condition.c
strv: make iterator in STRV_FOREACH() declaread in the loop
[thirdparty/systemd.git] / src / shared / condition.c
index 204f2a1a8d31ef6b51c5c11d587f9ebd7c75aec8..0a4072c9bef58bb645657d40df19d1aae9d60aaa 100644 (file)
@@ -827,7 +827,6 @@ static int condition_test_first_boot(Condition *c, char **env) {
 
 static int condition_test_environment(Condition *c, char **env) {
         bool equal;
-        char **i;
 
         assert(c);
         assert(c->parameter);