mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups.
This commit is contained in:
@@ -169,10 +169,8 @@ bool STObject::isFieldAllowed(SField::ref field)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool STObject::set(SOElement::ptrList elem, SerializerIterator& sit, int depth)
|
||||
bool STObject::set(SerializerIterator& sit, int depth)
|
||||
{ // return true = terminated with end-of-object
|
||||
setType(elem);
|
||||
|
||||
mData.empty();
|
||||
while (!sit.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user