Removed an obsolete comment.

This commit is contained in:
Vincent St-Amour 2010-09-10 13:59:41 -04:00
parent a10d145f25
commit 1b28aa41c7

View File

@ -54,8 +54,6 @@
;; to generate temporary symbols in a predictable manner
;; these identifiers are unique within a sequence of unboxed operations
;; necessary to have predictable symbols to add in the hand-optimized versions
;; of the optimizer tests (which check for equality of expanded code)
(define *unboxed-gensym-counter* 0)
(define (unboxed-gensym [name 'unboxed-gensym-])
(set! *unboxed-gensym-counter* (add1 *unboxed-gensym-counter*))