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