mirror of https://github.com/AxioDL/tinyxml2.git
removed unused _accumulator
This commit is contained in:
parent
dc50a31758
commit
d526944e3c
|
@ -2064,9 +2064,6 @@ private:
|
|||
bool _restrictedEntityFlag[ENTITY_RANGE];
|
||||
|
||||
DynArray< char, 20 > _buffer;
|
||||
#ifdef _MSC_VER
|
||||
DynArray< char, 20 > _accumulator;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue