1.0.35.14: Remove unused function PRINT-CONTINUATION.
[sbcl.git] / src / compiler / debug.lisp
index 9c37ee1..15d3008 100644 (file)
     (symbol (block-or-lose (gethash thing *free-funs*)))))
 
 ;;; Print cN.
-(defun print-continuation (cont)
-  (declare (type continuation cont))
-  (format t " c~D" (cont-num cont))
-  (values))
-
 (defun print-ctran (cont)
   (declare (type ctran cont))
   (format t "c~D " (cont-num cont))