[muparser] Remove m_nIfElseCounter instance variable

No idea why this isn't just a local.
This commit is contained in:
ridiculousfish
2017-12-18 09:34:53 -08:00
parent 4452d9ce18
commit ab95f94048
2 changed files with 5 additions and 9 deletions

View File

@@ -270,9 +270,6 @@ class ParserBase {
string_type m_sOprtChars; ///< Charset for postfix/ binary operator tokens
string_type m_sInfixOprtChars; ///< Charset for infix operator tokens
mutable int
m_nIfElseCounter; ///< Internal counter for keeping track of nested if-then-else clauses
// items merely used for caching state information
mutable valbuf_type
m_vStackBuffer; ///< This is merely a buffer used for the stack in the cmd parsing routine