gzip: code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Oct 2019 16:33:49 +0000 (18:33 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Oct 2019 16:33:49 +0000 (18:33 +0200)
commitc763392458304d68951d0b22e89e2422b9c2f8ef
treea6d19c55dea5386b98d0306b72d7ef76920441e7
parent95867147f5cdf6650dbfc207c8dada86246f23ae
gzip: code shrink

huft_build() has way too many params

function                                             old     new   delta
inflate_block                                       1293    1281     -12
huft_build                                          1085    1058     -27
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-39)             Total: -39 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/decompress_gunzip.c