removed comment regarding windowSize requirement

dev
Paul Cruz 2017-06-21 18:13:52 -07:00
parent 32e36c2d9a
commit 52a13abf3f
1 changed files with 0 additions and 1 deletions

View File

@ -683,7 +683,6 @@ static U32 generateSequences(U32* seed, frame_t* frame, seqStore_t* seqStore,
1;
if (info.useDict && (RAND(seed) & 1)) {
/* need to occasionally generate offsets that go past the start */
/* we still need to be within the windowSize however */
U32 const lenPastStart = RAND(seed) % info.dictContentSize;
offset = offset+lenPastStart;
}