decompress_generic: drop partial copy check in fast loop
authorDave Watson <davejwatson@fb.com>
Fri, 25 Jan 2019 22:47:15 +0000 (14:47 -0800)
committerDave Watson <davejwatson@fb.com>
Fri, 8 Feb 2019 21:57:23 +0000 (13:57 -0800)
commit232f1e261fce421542e0cf7549f25e3064006bf0
tree918da49753779b95c4855c380582dc912421d11c
parent59332a3026eaff40e4c6d3c627bdb51bfd26fea1
decompress_generic: drop partial copy check in fast loop

We've already checked that we are more than FASTLOOP_SAFE_DISTANCE
away from the end, so this branch can never be true, we will have
already jumped to the second decode loop.
lib/lz4.c