1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 11:49:56 +00:00

Compiler: remove unused mNameStartingWithDigit

(cherry picked from commit f7d0d06134)
This commit is contained in:
scrawl 2015-11-04 20:31:23 +01:00 committed by cc9cii
parent c7c0023ed2
commit 368dd9bd8d

View file

@ -37,7 +37,6 @@ namespace Compiler
float mPutbackFloat;
std::string mPutbackName;
TokenLoc mPutbackLoc;
bool mNameStartingWithDigit;
public: