Removed an obsolete comment.
original commit: 1b28aa41c706292734f81a61411305e8d4546847
This commit is contained in:
parent
b03abef7ff
commit
71d2819cba
|
@ -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*))
|
||||
|
|
Loading…
Reference in New Issue
Block a user