Skip to content

Commit

Permalink
Merge pull request #110 from pps83/master
Browse files Browse the repository at this point in the history
Remove duplicate return statement
  • Loading branch information
lemire authored Feb 13, 2024
2 parents 6c303aa + acad532 commit b50206c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion headers/simdvariablebyte.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class MaskedVByte : public FastPForLib::IntegerCODEC {
const uint8_t *inbyte = reinterpret_cast<const uint8_t *>(in);
nvalue = masked_vbyte_read_loop_fromcompressedsize(inbyte, out, length * 4);
return reinterpret_cast<const uint32_t *>(inbyte);
return in + length;
}

std::string name() const { return "MaskedVByte"; }
Expand Down

0 comments on commit b50206c

Please sign in to comment.