- Code cleanup.
This commit is contained in:
Paul Beckingham 2014-10-11 11:25:23 -04:00
parent 0e0c4fa578
commit 630d0f209e

View file

@ -1724,13 +1724,11 @@ void Parser::findFilterSubst ()
////////////////////////////////////////////////////////////////////////////////
void Parser::findMissingOperators ()
{
bool action = false;
while (insertOr ())
action = true;
;
while (insertAnd ())
action = true;
;
}
////////////////////////////////////////////////////////////////////////////////