From 744202a47f3d245053dd43d9baef86ff881f0073 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 19 Feb 2011 10:39:07 +1100 Subject: [PATCH] Remove unused variable. --- runzip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runzip.c b/runzip.c index 818fec5..ecb0748 100644 --- a/runzip.c +++ b/runzip.c @@ -228,7 +228,6 @@ i64 runzip_fd(int fd_in, int fd_out, int fd_hist, i64 expected_size) { char md5_resblock[MD5_DIGEST_SIZE]; struct timeval start,end; - FILE *md5_stream; i64 total = 0; int j;