summaryrefslogtreecommitdiffstats
path: root/src/basic/env-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/env-file.c')
-rw-r--r--src/basic/env-file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/env-file.c b/src/basic/env-file.c
index e268c5c644..3efd77909c 100644
--- a/src/basic/env-file.c
+++ b/src/basic/env-file.c
@@ -537,7 +537,6 @@ static void write_env_var(FILE *f, const char *v) {
int write_env_file(const char *fname, char **l) {
_cleanup_fclose_ FILE *f = NULL;
_cleanup_free_ char *p = NULL;
- char **i;
int r;
assert(fname);