aboutsummaryrefslogtreecommitdiff
path: root/zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'zip.c')
-rw-r--r--zip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zip.c b/zip.c
index 7e12c73..5af30c2 100644
--- a/zip.c
+++ b/zip.c
@@ -17,7 +17,6 @@
struct zip
{
- bool finished;
char *basedir;
struct cftw *cftw;
ZIPstream *stream;
@@ -216,7 +215,6 @@ static int finalize(struct zip *const z)
return -1;
}
- z->finished = true;
z->next = dump_final;
return 0;
}