From 6ba0c1416e535ae13192a1ca8dff69f90a635a8f Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 25 Sep 2012 10:45:41 -0400 Subject: [PATCH] Remove out of date comment. --- collects/typed-racket/optimizer/logging.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/typed-racket/optimizer/logging.rkt b/collects/typed-racket/optimizer/logging.rkt index 483f78bf58..8b12929bbc 100644 --- a/collects/typed-racket/optimizer/logging.rkt +++ b/collects/typed-racket/optimizer/logging.rkt @@ -53,8 +53,6 @@ (irritants merged-irritants badness) #:prefab) -;; Attempts to merge the incoming missed optimization with existing ones. -;; Otherwise, adds the new one to the log. (define (log-missed-optimization kind msg stx [irritants '()]) (when (anyone-listening?) (let (;; for convenience, if a single irritant is given, wrap it in a list