diff options
Diffstat (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/LeafCommand.java')
| -rw-r--r-- | JPratt/src/main/java/bjc/pratt/commands/impls/LeafCommand.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/LeafCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/LeafCommand.java index c702323..20fb3d4 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/LeafCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/LeafCommand.java @@ -4,7 +4,6 @@ import bjc.pratt.ParserContext; import bjc.pratt.commands.CommandResult; import bjc.pratt.commands.InitialCommand; import bjc.pratt.tokens.Token; -import bjc.data.Tree; import bjc.data.SimpleTree; import bjc.utils.parserutils.ParserException; |
