aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index 2c951e31..1f1b9c5c 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -290,8 +290,6 @@
(compile (EVAL DEF))))
( DEF
(FUNCALL OP (LIST DEF)) ) )
- #+Lucid(system::compiler-options :messages nil :warnings nil)
- #+Lucid(TERPRI)
(COND
( TRACEFLAG
(/TRACE-2 /FN NIL) ) )