From 51fab07702e046ffa23d082e1bca8fee1ea364a8 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 16 Dec 1991 09:27:25 +0000 Subject: [PATCH] Forgot to flush some noise left over from editing. --- code/debug.lisp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/debug.lisp b/code/debug.lisp index 7c86da680..0fe9b29fe 100644 --- a/code/debug.lisp +++ b/code/debug.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.24 1991/12/15 19:38:54 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.25 1991/12/16 09:27:25 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -298,11 +298,6 @@ (*standard-input* *debug-io*) ;in case of setq (*standard-output* *debug-io*) ;'' '' '' '' (*error-output* *debug-io*) - - (do ((p restarts (cdr p)) - (i 0 (1+ i))) - ((endp p)) - (format s "~& ~D: ~A~%" i (car p))))) ;; Rebind some printer control variables. (kernel:*current-level* 0) (*print-readably* nil) -- GitLab