xo-gc: refactor: retire DX1Collector.forward_mutation_log()

This commit is contained in:
Roland Conybeare 2026-04-03 17:01:20 -04:00
commit 7524f30bf8
2 changed files with 1 additions and 10 deletions

View file

@ -364,9 +364,6 @@ namespace xo {
/** copy roots + everything reachable from them, to to-space **/
void copy_roots(Generation upto) noexcept;
/** cureate new mutation log after copying roots **/
void forward_mutation_log(Generation upto);
/** cleanup after gc **/
void _cleanup_phase(Generation upto);