unzip: remove now-pointless lseek which returns current position
authorCristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Thu, 5 Jan 2017 18:07:54 +0000 (19:07 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Jan 2017 18:07:54 +0000 (19:07 +0100)
commite6add210b220bd8fe56ca711279b44e111bdd8f0
tree7a6f92b3635e748914c2c476033be19a9a8e712c
parentecba2944d576c053ec65a4cf5d8a084137cb69f8
unzip: remove now-pointless lseek which returns current position

archival/unzip.c: In function 'read_next_cdf':
archival/unzip.c:271:8: warning: variable 'org' set but
                                 not used [-Wunused-but-set-variable]
  off_t org;
        ^~~

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/unzip.c