refactor: retire GCObject.shallow_size()
Not needed. Rely on size stored in gc-owned object header
This commit is contained in:
parent
d8585a7005
commit
423bd045d2
4 changed files with 0 additions and 16 deletions
|
|
@ -50,8 +50,6 @@ namespace xo {
|
|||
/** @defgroup scm-gcobject-dstring-methods **/
|
||||
///@{
|
||||
// const methods
|
||||
/** memory consumption for this instance **/
|
||||
static size_type shallow_size(const DString & self) noexcept;
|
||||
|
||||
// non-const methods
|
||||
/** move instance using allocator **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue