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, 19 Jan 2017 12:58:42 +0000 (13:58 +0100)
commit50504d3a3badb8ab80bd33797abcbb3b7427c267
treec846d70a486396ec890ec1c27a5a3a0dc8e294b4
parentf8692dc6a0035788a83821fa18b987d8748f97a7
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