summaryrefslogtreecommitdiff
path: root/src/stages/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stages/compiler.rs')
-rw-r--r--src/stages/compiler.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stages/compiler.rs b/src/stages/compiler.rs
index b4680c2..bc86589 100644
--- a/src/stages/compiler.rs
+++ b/src/stages/compiler.rs
@@ -252,9 +252,6 @@ impl SymbolParser {
fn parse_list_token(&mut self, token: &ListToken, source: &SourceSpan) {
match &token {
- ListToken::Invocation(invocation) => {
- self.parse_invocation(&invocation, source)
- }
ListToken::ListLiteral(integers) => {
for integer in integers {
self.parse_integer_token(&integer, source)