xo-gc: retire Collector.forward_inplace + mock x-gc utest

W/ MockCollector supporting AGCObjectVisitor facet
This commit is contained in:
Roland Conybeare 2026-04-07 21:16:55 -04:00
commit a6d23ddb83
6 changed files with 20 additions and 38 deletions

View file

@ -71,12 +71,6 @@ ICollector_Any::alloc_copy(Opaque, std::byte *) -> void *
_fatal();
}
auto
ICollector_Any::forward_inplace(Opaque, AGCObject *, void **) -> void
{
_fatal();
}
} /*namespace mm*/
} /*namespace xo*/