xo-gc: tidy: drop _ prefix to GCObjectStore._deep_move_root.

This commit is contained in:
Roland Conybeare 2026-04-03 17:49:00 -04:00
commit 723ea7e3df
3 changed files with 7 additions and 8 deletions

View file

@ -707,9 +707,9 @@ namespace xo {
}
void *
GCObjectStore::_deep_move_root(DX1Collector * gc,
obj<AGCObject> from_src,
Generation upto)
GCObjectStore::deep_move_root(DX1Collector * gc,
obj<AGCObject> from_src,
Generation upto)
{
// NOTE:
// Some roots are non-gc-owned nodes.