aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scanner.icl')
-rw-r--r--frontend/scanner.icl2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl
index e310836..33f9081 100644
--- a/frontend/scanner.icl
+++ b/frontend/scanner.icl
@@ -163,7 +163,6 @@ ScanOptionNoNewOffsideForSeqLetBit:==4;
| StringTypeToken // String
| FileTypeToken // File
| WorldTypeToken // World
- | VoidTypeToken // Void
| ClassToken // class
| InstanceToken // instance
| OtherwiseToken // otherwise
@@ -1396,7 +1395,6 @@ where
toString StringTypeToken = "String"
toString FileTypeToken = "File"
toString WorldTypeToken = "World"
- toString VoidTypeToken = "Void"
toString ClassToken = "class"
toString InstanceToken = "instance"
toString OtherwiseToken = "otherwise"