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

This commit is contained in:
Roland Conybeare 2026-04-03 17:02:26 -04:00
commit cd7adc3bb9
2 changed files with 4 additions and 0 deletions

View file

@ -279,10 +279,12 @@ namespace xo {
**/
void forward_inplace(AGCObject * lhs_iface, void ** lhs_data);
#ifdef OBSOLETE
/** evacuate object with type @p iface at address @p from_src
* to to-space. Return new to-space location.
**/
void * _shallow_move(const AGCObject * iface, void * from_src);
#endif
/** true iff {alloc_hdr, object_data} should move for
* currently-running collection.