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 210f568f7b
14 changed files with 0 additions and 56 deletions

View file

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