refactor: retire GCObject.shallow_size()

Not needed.  Rely on size stored in gc-owned object header
This commit is contained in:
Roland Conybeare 2026-04-04 17:30:03 -04:00
commit c3af763383
22 changed files with 0 additions and 88 deletions

View file

@ -15,12 +15,6 @@
namespace xo {
namespace scm {
auto
IGCObject_DDefineExpr::shallow_size(const DDefineExpr & self) noexcept -> size_type
{
return self.shallow_size();
}
auto
IGCObject_DDefineExpr::shallow_move(DDefineExpr & self, obj<ACollector> gc) noexcept -> Opaque
{