aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/ast.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-05 01:25:56 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-05 01:25:56 +0000
commitee0a8b815d21cb3078bcd0c4cc4346d45173f6c5 (patch)
tree787d70847fab4edee885bd2d980d624ec584e0a2 /src/boot/strap/ast.clisp
parenta5bc3112535fedf39455a5274d04103ac2385b26 (diff)
downloadopen-axiom-ee0a8b815d21cb3078bcd0c4cc4346d45173f6c5.tar.gz
* boot/ast.boot: Remove debugging statement.
* driver/Makefile.in (open-axiom$(EXEEXT)): Link statically.
Diffstat (limited to 'src/boot/strap/ast.clisp')
-rw-r--r--src/boot/strap/ast.clisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/strap/ast.clisp b/src/boot/strap/ast.clisp
index ca008b4b..c29dc0b2 100644
--- a/src/boot/strap/ast.clisp
+++ b/src/boot/strap/ast.clisp
@@ -218,8 +218,6 @@
(DEFUN |bfAtScope| (|s| |x|)
(LIST 'LET (LIST (LIST '*PACKAGE* |s|)) |x|))
-(EVAL-WHEN (:EXECUTE :LOAD-TOPLEVEL) (TRACE |bfAtScope|))
-
(DECLAIM (FTYPE (FUNCTION ((|%List| (|%List| |%Form|)))
(|%List| |%Form|))
|bfAppend|))