From 341fdbb0400d9b421541528282bfed25ceda5dd7 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 24 Nov 2012 12:48:21 -0600 Subject: [PATCH] write_stream_list(): Remove unused variable --- src/write.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/write.c b/src/write.c index 4d3ade08..36b82b45 100644 --- a/src/write.c +++ b/src/write.c @@ -1281,7 +1281,6 @@ static int write_stream_list(struct list_head *stream_list, FILE *out_fp, size_t num_streams = 0; u64 total_bytes = 0; u64 total_compression_bytes = 0; - bool compression_needed = false; union wimlib_progress_info progress; int ret; -- 2.43.0