summaryrefslogtreecommitdiffstats
path: root/mtester.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mtester.cc')
-rw-r--r--mtester.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/mtester.cc b/mtester.cc
index fb9eb97..d3820fd 100644
--- a/mtester.cc
+++ b/mtester.cc
@@ -349,8 +349,6 @@ int LZ_mtester::debug_decode_member( const long long dpos, const long long mpos,
if( check_trailer( show_packets ? stdout : 0 ) ) return 0;
return 3;
}
- if( len == min_match_len + 1 ) // Sync Flush marker
- { rdec.load(); continue; }
return 4;
}
}