diff options
Diffstat (limited to 'mtester.cc')
-rw-r--r-- | mtester.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } } |