mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Remove unused variable.
This commit is contained in:
parent
9e589b3d2e
commit
744202a47f
1 changed files with 0 additions and 1 deletions
1
runzip.c
1
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue