Remove a redundant variable assignment in arena_reg_frag_alloc().
This commit is contained in:
parent
b97aec1d61
commit
0653ddb655
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154798
@ -2541,7 +2541,6 @@ arena_frag_reg_alloc(arena_t *arena, size_t size, bool fit)
|
||||
* effectiveness of coalescing.
|
||||
*/
|
||||
|
||||
total_size = region_next_size_get(&arena->frag->sep);
|
||||
assert(size % quantum == 0);
|
||||
|
||||
if (total_size - size >=
|
||||
|
Loading…
Reference in New Issue
Block a user