mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
fix(PVS/V1048): "variable was assigned the same value" #15870
This commit is contained in:
@@ -301,7 +301,6 @@ MPACK_API double mpack_unpack_number(mpack_token_t t)
|
||||
*/
|
||||
if (!hi) {
|
||||
assert(t.length <= 4);
|
||||
hi = 0;
|
||||
lo = (~lo & (((mpack_uint32_t)1 << ((t.length * 8) - 1)) - 1));
|
||||
} else {
|
||||
hi = ~hi;
|
||||
|
Reference in New Issue
Block a user