Remove a superfluous comment.

This commit is contained in:
Jason Evans 2016-02-25 16:44:48 -08:00
parent 9d2c10f2e8
commit 8282a2ad97

View File

@ -3049,7 +3049,6 @@ arena_ralloc_no_move(tsd_t *tsd, void *ptr, size_t oldsize, size_t size,
/* Calls with non-zero extra had to clamp extra. */
assert(extra == 0 || size + extra <= HUGE_MAXCLASS);
/* Prevent exceeding PTRDIFF_MAX. */
if (unlikely(size > HUGE_MAXCLASS))
return (true);