From 2d2de389053fc0af8889ab36ccf19de2897f07c0 Mon Sep 17 00:00:00 2001 From: Mika Lindqvist Date: Sat, 30 Apr 2016 21:06:15 +0300 Subject: [PATCH] Remove dead code. --- match.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.2