Parser
- Code cleanup.
This commit is contained in:
@@ -1724,13 +1724,11 @@ void Parser::findFilterSubst ()
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void Parser::findMissingOperators ()
|
void Parser::findMissingOperators ()
|
||||||
{
|
{
|
||||||
bool action = false;
|
|
||||||
|
|
||||||
while (insertOr ())
|
while (insertOr ())
|
||||||
action = true;
|
;
|
||||||
|
|
||||||
while (insertAnd ())
|
while (insertAnd ())
|
||||||
action = true;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user