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 30dee1b97f
87 changed files with 9 additions and 346 deletions

View file

@ -48,8 +48,6 @@ namespace xo {
/** @defgroup scm-gcobject-dinteger-methods **/
///@{
// const methods
/** memory consumption for this instance **/
static size_type shallow_size(const DInteger & self) noexcept;
// non-const methods
/** move instance using allocator **/