Remove debug statement.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-12-27 17:32:07 +01:00
parent bf22bf374f
commit 73c324feef

View file

@ -160,7 +160,6 @@
(apply #'format t args)))
(defun cmperr (string &rest args)
(error)
(let ((c (make-condition 'compiler-error
:format-control string
:format-arguments args)))