mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Removed diagnostics from override handling.
This commit is contained in:
parent
711ababc76
commit
110fedb18f
1 changed files with 0 additions and 6 deletions
|
@ -480,8 +480,6 @@ void Parser::findCommand ()
|
|||
// rc.<name>[:=]<value>
|
||||
void Parser::findOverrides ()
|
||||
{
|
||||
context.debug ("Parse::findOverrides");
|
||||
|
||||
std::vector <Tree*> nodes;
|
||||
collect (nodes);
|
||||
std::vector <Tree*>::iterator i;
|
||||
|
@ -509,8 +507,6 @@ void Parser::findOverrides ()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
context.debug (_tree->dump ());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -573,8 +569,6 @@ void Parser::getDataLocation (Path& data)
|
|||
// leaving only the plain args.
|
||||
void Parser::applyOverrides ()
|
||||
{
|
||||
context.debug ("Parser::applyOverrides");
|
||||
|
||||
std::vector <Tree*> nodes;
|
||||
collect (nodes, collectAll);
|
||||
std::vector <Tree*>::iterator i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue