Removed dead code

This commit is contained in:
Justin Ethier 2016-05-06 22:30:04 -04:00
parent acfba3751f
commit ed1c22af5b

View file

@ -89,10 +89,6 @@
(lambda (expr)
(analyze expr id))
(ast:lambda-body))))
;TODO: `(lambda ,(ast:lambda-args exp)
;TODO: ,(wrap-mutable-formals
;TODO: (ast:lambda-formals->list exp)
;TODO: (wrap-mutables (car (ast:lambda-body exp)) globals)))) ;; Assume single expr in lambda body, since after CPS phase
;TODO: ((ref? exp) (if (and (not (member exp globals))
;TODO: (is-mutable? exp))
;TODO: `(cell-get ,exp)