1.0.35.14: Remove unused function PRINT-CONTINUATION.
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 13 Feb 2010 00:12:52 +0000 (00:12 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 13 Feb 2010 00:12:52 +0000 (00:12 +0000)
src/compiler/debug.lisp
version.lisp-expr

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))
index e2a927a..0ef1e79 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.35.13"
+"1.0.35.14"