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

This commit is contained in:
Roland Conybeare 2026-04-03 17:07:15 -04:00
commit 5e90e5f3ef
2 changed files with 4 additions and 0 deletions

View file

@ -279,12 +279,14 @@ namespace xo {
**/
void forward_inplace(AGCObject * lhs_iface, void ** lhs_data);
#ifdef OBSOLETE
/** true iff {alloc_hdr, object_data} should move for
* currently-running collection.
*
* Require: runstate_.is_running()
**/
bool check_move_policy(header_type alloc_hdr, void * object_data) const noexcept;
#endif
// ----- allocation -----