From 6699309071d332010a6febc2be3459de6f648f15 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 3 Aug 2007 14:30:34 +0000
Subject: [PATCH] %TIME doesn't use the optional arg, so remove it.

---
 code/time.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/time.lisp b/code/time.lisp
index 7b7074d9e..c15d76835 100644
--- a/code/time.lisp
+++ b/code/time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/time.lisp,v 1.28 2005/04/15 01:40:07 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/time.lisp,v 1.29 2007/08/03 14:30:34 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -317,7 +317,7 @@
 ;;;    The guts of the TIME macro.  Compute overheads, run the (compiled)
 ;;; function, report the times.
 ;;;
-(defun %time (fun &optional get-time-p)
+(defun %time (fun)
   (let ((fun (massage-time-function fun))
 	old-run-utime
         new-run-utime
-- 
GitLab