summaryrefslogtreecommitdiff
path: root/src/ast/Python3VisitorImpl.java
diff options
context:
space:
mode:
authorL0P0P <grassoemanuele@live.com>2024-07-18 12:23:47 +0200
committerL0P0P <grassoemanuele@live.com>2024-07-18 13:43:01 +0200
commitbb3eccc6a39a5c65acff44a773cc914176f6510c (patch)
treeb1d8345f0956c7f8372faa4c7c60c5dd3648b30d /src/ast/Python3VisitorImpl.java
parentf471fe7f0f240d1785643fe13e9a7c6e6566c443 (diff)
removed unused inputmain
Diffstat (limited to 'src/ast/Python3VisitorImpl.java')
-rw-r--r--src/ast/Python3VisitorImpl.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ast/Python3VisitorImpl.java b/src/ast/Python3VisitorImpl.java
index 66f282e..28aa30b 100644
--- a/src/ast/Python3VisitorImpl.java
+++ b/src/ast/Python3VisitorImpl.java
@@ -8,12 +8,10 @@ import java.util.Map;
import ast.nodes.*;
import ast.types.*;
import codegen.Label;
-import parser.Python3Lexer;
import parser.Python3ParserBaseVisitor;
import parser.Python3Parser.*;
import org.antlr.v4.runtime.*;
-import org.antlr.v4.runtime.tree.*;
import org.antlr.v4.runtime.tree.TerminalNode;
/**