Remove useless code
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/aaf704fd Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/aaf704fd Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/aaf704fd Branch: refs/heads/master Commit: aaf704fdc38f231505b7df5c450e1a26811c4f7f Parents: 00d0cc6 Author: sunlan <[email protected]> Authored: Tue Jan 24 09:27:39 2017 +0800 Committer: sunlan <[email protected]> Committed: Tue Jan 24 09:27:39 2017 +0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/aaf704fd/subprojects/groovy-parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java ---------------------------------------------------------------------- diff --git a/subprojects/groovy-parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java b/subprojects/groovy-parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java index 4101960..d0b5c72 100644 --- a/subprojects/groovy-parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java +++ b/subprojects/groovy-parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java @@ -4389,7 +4389,6 @@ public class AstBuilder extends GroovyParserBaseVisitor<Object> implements Groov private static final String VALUE_STR = "value"; private static final String DOLLAR_STR = "$"; private static final String CALL_STR = "call"; - private static final String IS_STR = "is"; private static final String THIS_STR = "this"; private static final String SUPER_STR = "super"; private static final String VOID_STR = "void";
