summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-unit-files.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze/analyze-unit-files.c')
-rw-r--r--src/analyze/analyze-unit-files.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/analyze/analyze-unit-files.c b/src/analyze/analyze-unit-files.c
index 81714914e3..60fbdcb230 100644
--- a/src/analyze/analyze-unit-files.c
+++ b/src/analyze/analyze-unit-files.c
@@ -6,8 +6,6 @@
#include "strv.h"
static bool strv_fnmatch_strv_or_empty(char* const* patterns, char **strv, int flags) {
- char **s;
-
STRV_FOREACH(s, strv)
if (strv_fnmatch_or_empty(patterns, *s, flags))
return true;