refactor: retire GCObject.shallow_size()
Not needed. Rely on size stored in gc-owned object header
This commit is contained in:
parent
5eb7abf5f2
commit
30dee1b97f
87 changed files with 9 additions and 346 deletions
|
|
@ -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 **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue