Parser
- Pruned the unnecessary filter sub branches off the parse tree for branches tagged with MODIFICATION.
This commit is contained in:
@@ -1410,6 +1410,7 @@ void Parser::findModifications ()
|
|||||||
{
|
{
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
(*i)->tag ("MODIFICATION");
|
(*i)->tag ("MODIFICATION");
|
||||||
|
(*i)->removeAllBranches ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user