jokkebk / JUnzip

Minimalistic unzip library released into public domain.
The Unlicense
55 stars 17 forks source link

Unused variable "totalSize" in junzip.c? #2

Closed D8174 closed 10 years ago

D8174 commented 10 years ago

https://github.com/jokkebk/JUnzip/blob/master/junzip.c#L68

I don't see it being used anywhere. It is assigned a value here: https://github.com/jokkebk/JUnzip/blob/master/junzip.c#L111 but after that it isn't used as far as I can tell.

jokkebk commented 10 years ago

Good call, it was a leftover from project I wrote this library for. Now removed.