From ad18d13c29844e67ec4f5534fc8e05f0ae2b2262 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 21 Jun 2015 23:47:34 -0400 Subject: [PATCH] CLI2: Removed unnecessary CLI2::dump call --- src/CLI2.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 75e096088..55df8e7c2 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -511,7 +511,6 @@ void CLI2::prepareFilter (bool applyContext) context.debug (dump ("CLI2::prepareFilter categorize")); // Remove all the syntactic sugar for FILTERs. - changes = false; findIDs (); findUUIDs (); insertIDExpr (); @@ -526,10 +525,6 @@ void CLI2::prepareFilter (bool applyContext) decomposeModAttributes (); decomposeModTags (); decomposeModSubstitutions (); - - if (changes && - context.config.getInteger ("debug.parser") >= 3) - context.debug (dump ("CLI2::prepareFilter desugar")); } ////////////////////////////////////////////////////////////////////////////////