aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index d40e7f80..8f627aac 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -237,8 +237,6 @@ for i in [ _
["append", "APPEND"] , _
["apply", "APPLY"] , _
["atom", "ATOM"] , _
- ["car", "CAR"] , _
- ["cdr", "CDR"] , _
["cons?", "CONSP"] , _
["copy", "COPY"] , _
["croak", "CROAK"] , _
@@ -261,7 +259,6 @@ for i in [ _
["null", "NULL"] , _
["or", "OR"] , _
["otherwise", "T"] , _
- ["PAIRP", "CONSP"] , _
["removeDuplicates", "REMDUP"] , _
["rest", "CDR"] , _
["reverse", "REVERSE"] , _