From: Mika Lindqvist Date: Sat, 30 Apr 2016 18:06:15 +0000 (+0300) Subject: Remove dead code. X-Git-Tag: 1.9.9-b1~750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2de389053fc0af8889ab36ccf19de2897f07c0;p=thirdparty%2Fzlib-ng.git Remove dead code. --- diff --git a/match.c b/match.c index 28ce47b4..486acceb 100644 --- a/match.c +++ b/match.c @@ -431,7 +431,6 @@ ZLIB_INTERNAL unsigned longest_match(deflate_state *const s, IPos cur_match) { if (xor) { int match_byte = __builtin_ctzl(xor) / 8; scan += match_byte; - match += match_byte; break; } else { scan += sizeof(unsigned long);