From 80d179f9fe013d727f571f4730ebbe4d228c9382 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 10 Oct 2025 09:40:18 +0200 Subject: zip.c: Remove unused variable --- zip.c | 2 -- 1 file changed, 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; } -- cgit v1.2.3