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 423bd045d2
4 changed files with 0 additions and 16 deletions

View file

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

View file

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