- Pruned the unnecessary filter sub branches off the parse tree for branches
  tagged with MODIFICATION.
This commit is contained in:
Paul Beckingham 2014-06-15 23:04:29 -04:00
parent b9fd2560eb
commit ffb201a068

View file

@ -1410,6 +1410,7 @@ void Parser::findModifications ()
{
(*i)->unTag ("?");
(*i)->tag ("MODIFICATION");
(*i)->removeAllBranches ();
}
}
}