diff options
Diffstat (limited to 'src/basic/path-lookup.c')
-rw-r--r-- | src/basic/path-lookup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/path-lookup.c b/src/basic/path-lookup.c index 921a30cef7..2dd587fd8a 100644 --- a/src/basic/path-lookup.c +++ b/src/basic/path-lookup.c @@ -463,7 +463,6 @@ static int patch_root_prefix(char **p, const char *root_dir) { } static int patch_root_prefix_strv(char **l, const char *root_dir) { - char **i; int r; if (!root_dir) |