From 4166a7d75f7d9277a5b553e7277eca849908087a Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sat, 15 May 2010 21:01:21 +0200 Subject: [PATCH] Remove debug statements from cmpopt-constant.lsp --- src/cmp/cmpopt-constant.lsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cmp/cmpopt-constant.lsp b/src/cmp/cmpopt-constant.lsp index f2dfa6209..e6d6556b6 100644 --- a/src/cmp/cmpopt-constant.lsp +++ b/src/cmp/cmpopt-constant.lsp @@ -22,5 +22,3 @@ (or (member head '(IF OR AND NULL NOT PROGN)) (and (get-sysprop head 'pure) (inline-possible head))))))) - -(trace constant-expression-p)