mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Code cleanup.
This commit is contained in:
parent
0e0c4fa578
commit
630d0f209e
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue