mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- ::findBinary no longer requires diagnostics.
This commit is contained in:
parent
af77e2e150
commit
5b5adc4240
1 changed files with 0 additions and 4 deletions
|
@ -334,8 +334,6 @@ void Parser::collect (
|
||||||
// argument, which is valid.
|
// argument, which is valid.
|
||||||
void Parser::findBinary ()
|
void Parser::findBinary ()
|
||||||
{
|
{
|
||||||
context.debug ("Parser::findBinary");
|
|
||||||
|
|
||||||
if (_tree->_branches.size () >= 1)
|
if (_tree->_branches.size () >= 1)
|
||||||
{
|
{
|
||||||
_tree->_branches[0]->unTag ("?");
|
_tree->_branches[0]->unTag ("?");
|
||||||
|
@ -358,8 +356,6 @@ void Parser::findBinary ()
|
||||||
_tree->_branches[0]->tag ("TW");
|
_tree->_branches[0]->tag ("TW");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
context.debug (_tree->dump ());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue