Remove Commented Out Support for Match Continuation over Segment Boundary
This commit is contained in:
parent
14c577d4c9
commit
0064e8ebc7
@ -317,11 +317,6 @@ LZ4HC_InsertAndGetWiderMatch (
|
||||
const BYTE* vLimit = ip + (dictCtx->end - matchPtr);
|
||||
if (vLimit > iHighLimit) vLimit = iHighLimit;
|
||||
mlt = LZ4_count(ip+MINMATCH, matchPtr+MINMATCH, vLimit) + MINMATCH;
|
||||
/*
|
||||
if ((ip+mlt == vLimit) && (vLimit < iHighLimit)) {
|
||||
mlt += LZ4_count(ip+mlt, base+lowLimit, iHighLimit);
|
||||
}
|
||||
*/
|
||||
back = delta ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictCtx->base + dictCtx->dictLimit) : 0;
|
||||
mlt -= back;
|
||||
if (mlt > longest) {
|
||||
|
Loading…
Reference in New Issue
Block a user