| 415 | }; |
| 416 | |
| 417 | static void clear_bb_commit(struct bb_commit *commit) |
| 418 | { |
| 419 | commit_list_free(commit->reverse_edges); |
| 420 | bitmap_free(commit->commit_mask); |
| 421 | bitmap_free(commit->bitmap); |
| 422 | } |
| 423 | |
| 424 | define_commit_slab(bb_data, struct bb_commit); |
| 425 |
nothing calls this directly
no test coverage detected