- ::findUUIDList removes unnecessarily lexed sub-branches.
This commit is contained in:
Paul Beckingham 2014-06-14 15:24:23 -04:00
parent 5199554811
commit da1dbb5666

View file

@ -1273,6 +1273,7 @@ void Parser::findUUIDList ()
if (n.depleted ())
{
(*i)->unTag ("?");
(*i)->removeAllBranches ();
(*i)->tag ("UUID");
Tree* branch = (*i)->addBranch (new Tree ("argSeq"));