removed unused _accumulator

This commit is contained in:
Lee Thomason 2014-08-27 14:45:35 -07:00
parent dc50a31758
commit d526944e3c
1 changed files with 0 additions and 3 deletions

View File

@ -2064,9 +2064,6 @@ private:
bool _restrictedEntityFlag[ENTITY_RANGE];
DynArray< char, 20 > _buffer;
#ifdef _MSC_VER
DynArray< char, 20 > _accumulator;
#endif
};