aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/ast.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-29 15:29:02 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-29 15:29:02 +0000
commit5521671cdf9c64efe8f73f4026ab0c7bf4dbf018 (patch)
tree2695079001d8b10ca8bf41adbf14b18708bcf6e3 /src/boot/strap/ast.clisp
parent620e2d0401eecb68292ec1ffc1b5d6b9e1cbb315 (diff)
downloadopen-axiom-5521671cdf9c64efe8f73f4026ab0c7bf4dbf018.tar.gz
Diffstat (limited to 'src/boot/strap/ast.clisp')
-rw-r--r--src/boot/strap/ast.clisp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/boot/strap/ast.clisp b/src/boot/strap/ast.clisp
index 45c5d440..8a355ff2 100644
--- a/src/boot/strap/ast.clisp
+++ b/src/boot/strap/ast.clisp
@@ -160,10 +160,6 @@
(SETQ |$GenVarCounter| (+ |$GenVarCounter| 1))
(INTERN (CONCAT "bfVar#" (STRINGIMAGE |$GenVarCounter|)))))
-(DECLAIM (FTYPE (FUNCTION (|%List|) |%List|) |bfListOf|))
-
-(DEFUN |bfListOf| (|x|) |x|)
-
(DECLAIM (FTYPE (FUNCTION (|%Thing|) |%List|) |bfColon|))
(DEFUN |bfColon| (|x|) (LIST 'COLON |x|))