Skip to content
Snippets Groups Projects
Commit 66993090 authored by rtoy's avatar rtoy
Browse files

%TIME doesn't use the optional arg, so remove it.

parent daf6ba2f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -317,7 +317,7 @@
;;; The guts of the TIME macro. Compute overheads, run the (compiled) ;;; The guts of the TIME macro. Compute overheads, run the (compiled)
;;; function, report the times. ;;; function, report the times.
;;; ;;;
(defun %time (fun &optional get-time-p) (defun %time (fun)
(let ((fun (massage-time-function fun)) (let ((fun (massage-time-function fun))
old-run-utime old-run-utime
new-run-utime new-run-utime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment