mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace InstanceCounter with CountedObject
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
|
||||
SETUP_LOG (STObject)
|
||||
|
||||
DECLARE_INSTANCE (SerializedObject);
|
||||
DECLARE_INSTANCE (SerializedArray);
|
||||
|
||||
UPTR_T<SerializedType> STObject::makeDefaultObject (SerializedTypeID id, SField::ref name)
|
||||
{
|
||||
assert ((id == STI_NOTPRESENT) || (id == name.fieldType));
|
||||
|
||||
Reference in New Issue
Block a user