From 2980dfadc866eca324dec15b64b5793aee0c07ee Mon Sep 17 00:00:00 2001 From: "Tobias C. Rittweiler" Date: Sat, 13 Feb 2010 00:12:52 +0000 Subject: [PATCH] 1.0.35.14: Remove unused function PRINT-CONTINUATION. --- src/compiler/debug.lisp | 5 ----- version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/compiler/debug.lisp b/src/compiler/debug.lisp index 9c37ee1..15d3008 100644 --- a/src/compiler/debug.lisp +++ b/src/compiler/debug.lisp @@ -931,11 +931,6 @@ (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)) diff --git a/version.lisp-expr b/version.lisp-expr index e2a927a..0ef1e79 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4