Remove unused variable.

This commit is contained in:
Con Kolivas 2011-02-19 10:39:07 +11:00
parent 9e589b3d2e
commit 744202a47f

View file

@ -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;