From da1dbb56660f354fa85692095fbe29b12391df8d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 14 Jun 2014 15:24:23 -0400 Subject: [PATCH] Parser - ::findUUIDList removes unnecessarily lexed sub-branches. --- src/Parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Parser.cpp b/src/Parser.cpp index fcfb4641f..524ce3ebc 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -1273,6 +1273,7 @@ void Parser::findUUIDList () if (n.depleted ()) { (*i)->unTag ("?"); + (*i)->removeAllBranches (); (*i)->tag ("UUID"); Tree* branch = (*i)->addBranch (new Tree ("argSeq"));