aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index 7cbc5267..3a0703cc 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -147,10 +147,6 @@ bfGenSymbol()==
$GenVarCounter:=$GenVarCounter+1
INTERN(CONCAT ('"bfVar#",STRINGIMAGE $GenVarCounter))
-bfListOf: %List -> %List
-bfListOf x==
- x
-
bfColon: %Thing -> %List
bfColon x==
["COLON",x]