1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

removed unused _accumulator

This commit is contained in:
Lee Thomason
2014-08-27 14:45:35 -07:00
parent dc50a31758
commit d526944e3c
-3
View File
@@ -2064,9 +2064,6 @@ private:
bool _restrictedEntityFlag[ENTITY_RANGE];
DynArray< char, 20 > _buffer;
#ifdef _MSC_VER
DynArray< char, 20 > _accumulator;
#endif
};