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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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