Skip to content

Commit

Permalink
Remove wrong assert from calc_llen
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=27cd81909f397091ceb328192782bbc4a7e4fdf9
  • Loading branch information
Dmitry Frank authored and cesantabot committed Jun 9, 2016
1 parent fa338dc commit 9111813
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions v7.c
Original file line number Diff line number Diff line change
Expand Up @@ -11123,8 +11123,6 @@ V7_PRIVATE int calc_llen(size_t len) {
n++;
} while (len >>= 7);

assert(n <= (int) sizeof(len));

return n;
}

Expand Down

0 comments on commit 9111813

Please sign in to comment.