]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove dead code.
authorMika Lindqvist <postmaster@raasu.org>
Sat, 30 Apr 2016 18:06:15 +0000 (21:06 +0300)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 31 Jan 2017 09:54:34 +0000 (10:54 +0100)
match.c

diff --git a/match.c b/match.c
index 28ce47b4b94b2b60c6e8cb4b65a89a622f4acafd..486acceb4a86164b2470a766f8bdef45f41cfac8 100644 (file)
--- 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);