refactor: retire GCObject.shallow_size()
Not needed. Rely on size stored in gc-owned object header
This commit is contained in:
parent
6b8ac3dcd2
commit
c3af763383
22 changed files with 0 additions and 88 deletions
|
|
@ -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 **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue