Skip to content

Commit

Permalink
rm debug stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcherry56 committed Dec 19, 2019
1 parent 2d29ce7 commit f957cb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/ArrayTable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ ArrayTable<TYPE>::make(uint32_t count,
&& free_block_idx_ == block_idx_null)
|| free_idx_ + count >= block->size()) {
uint32_t size = (count > block_size) ? count : block_size;
if (count > block_size)
printf("big block %d\n", count);
block = makeBlock(size);
}
// makeId(free_block_idx_, idx_bits)
Expand Down

0 comments on commit f957cb1

Please sign in to comment.