summaryrefslogtreecommitdiff
path: root/src/shared/import-util.c
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-11-11 12:08:26 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-11-11 16:31:32 +0100
commit12e2b70f9b849e54018f147b8a11154cd5e2dcf6 (patch)
tree6f887f1589d85f1da57bd81b8e06d5fa3982a4e1 /src/shared/import-util.c
parent5ea173a91b2093664a9ebb9add678edd6f5d1efd (diff)
downloadsystemd-12e2b70f9b849e54018f147b8a11154cd5e2dcf6.tar.gz
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Diffstat (limited to 'src/shared/import-util.c')
-rw-r--r--src/shared/import-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/import-util.c b/src/shared/import-util.c
index 97d39ee047..ec89064506 100644
--- a/src/shared/import-util.c
+++ b/src/shared/import-util.c
@@ -179,7 +179,6 @@ int raw_strip_suffixes(const char *p, char **ret) {
return -ENOMEM;
for (;;) {
- const char *sfx;
bool changed = false;
NULSTR_FOREACH(sfx, suffixes) {