- In ::findBinary, it is not necessary to prune branches.
This commit is contained in:
Paul Beckingham 2014-08-22 23:41:57 -04:00
parent 62725c97e4
commit 9f9c07a955

View file

@ -339,7 +339,6 @@ void Parser::findBinary ()
if (_tree->_branches.size () >= 1)
{
_tree->_branches[0]->unTag ("?");
_tree->_branches[0]->removeAllBranches ();
_tree->_branches[0]->tag ("BINARY");
std::string binary = _tree->_branches[0]->attribute ("raw");
std::string::size_type slash = binary.rfind ('/');