You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/03/03 21:19:52 UTC

[5/5] incubator-freemarker git commit: (Removed unused variable)

(Removed unused variable)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/b13a8763
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/b13a8763
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/b13a8763

Branch: refs/heads/2.3-gae
Commit: b13a8763dbc5b4952ff46c479b535522cf1ca207
Parents: df03e03
Author: ddekany <dd...@apache.org>
Authored: Fri Mar 3 22:19:35 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Fri Mar 3 22:19:35 2017 +0100

----------------------------------------------------------------------
 src/main/javacc/FTL.jj | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/b13a8763/src/main/javacc/FTL.jj
----------------------------------------------------------------------
diff --git a/src/main/javacc/FTL.jj b/src/main/javacc/FTL.jj
index 46e565a..c6a9d8b 100644
--- a/src/main/javacc/FTL.jj
+++ b/src/main/javacc/FTL.jj
@@ -85,11 +85,6 @@ public class FMParser {
      */
     private int breakableDirectiveNesting;
     
-    /**
-     * Keeps track of the flags of the innermost parent #list or #foreach directive.
-     */
-    private int parentListAndForeachFlags;
-    
     private boolean inMacro, inFunction;
     private LinkedList escapes = new LinkedList();
     private int mixedContentNesting; // for stripText