- ::findBinary no longer requires diagnostics.
This commit is contained in:
Paul Beckingham 2014-08-23 13:31:48 -04:00
parent af77e2e150
commit 5b5adc4240

View file

@ -334,8 +334,6 @@ void Parser::collect (
// argument, which is valid.
void Parser::findBinary ()
{
context.debug ("Parser::findBinary");
if (_tree->_branches.size () >= 1)
{
_tree->_branches[0]->unTag ("?");
@ -358,8 +356,6 @@ void Parser::findBinary ()
_tree->_branches[0]->tag ("TW");
}
}
context.debug (_tree->dump ());
}
////////////////////////////////////////////////////////////////////////////////