summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze-unit-paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze/analyze-unit-paths.c')
-rw-r--r--src/analyze/analyze-unit-paths.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyze/analyze-unit-paths.c b/src/analyze/analyze-unit-paths.c
index e2e8c66b7e..32c97b2e52 100644
--- a/src/analyze/analyze-unit-paths.c
+++ b/src/analyze/analyze-unit-paths.c
@@ -8,7 +8,6 @@
int verb_unit_paths(int argc, char *argv[], void *userdata) {
_cleanup_(lookup_paths_free) LookupPaths paths = {};
int r;
- char **p;
r = lookup_paths_init(&paths, arg_scope, 0, NULL);
if (r < 0)