mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 15:36:42 +00:00
Compiler: remove unused mNameStartingWithDigit
(cherry picked from commit f7d0d06134
)
This commit is contained in:
parent
c7c0023ed2
commit
368dd9bd8d
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ namespace Compiler
|
||||||
float mPutbackFloat;
|
float mPutbackFloat;
|
||||||
std::string mPutbackName;
|
std::string mPutbackName;
|
||||||
TokenLoc mPutbackLoc;
|
TokenLoc mPutbackLoc;
|
||||||
bool mNameStartingWithDigit;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue