Removed an obsolete comment.

original commit: 1b28aa41c706292734f81a61411305e8d4546847
This commit is contained in:
Vincent St-Amour 2010-09-10 13:59:41 -04:00
parent b03abef7ff
commit 71d2819cba

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*))