Skip to content

Commit 3070f4a

Browse files
committed
removing spurious branch
1 parent ab1fd6a commit 3070f4a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/varintdecode.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,8 +1573,6 @@ size_t masked_vbyte_decode_delta(const uint8_t* in, uint32_t* out,
15731573
availablebytes = scanned - consumed;
15741574
}
15751575
while (availablebytes + count < length) {
1576-
if (availablebytes < 16) break;
1577-
15781576
if (availablebytes < 16) {
15791577
if (availablebytes + count + 31 < length) {
15801578
#ifdef __AVX2__

0 commit comments

Comments
 (0)