remove incorrect comment

This commit is contained in:
Robby Findler 2013-11-18 19:25:47 -06:00
parent a88aa3c428
commit f6a200b6c2

View File

@ -15,7 +15,6 @@
[i (in-naturals 1)])
(heap-set! (+ 1 i heap-ptr) (read-root r)))
(set! heap-ptr (+ len 2 heap-ptr))
;; return the location of this flat data
(- heap-ptr len 2))
(define (gc:closure-code-ptr a)