Removed dead code

This commit is contained in:
Justin Ethier 2016-07-12 23:13:34 -04:00
parent 3d138cbde8
commit db68e7cdeb

View file

@ -1372,11 +1372,6 @@
ltype))
(list (cps-seq (cddr ast) k))))))
;
; TODO: begin is expanded already by desugar code... better to do it here?
; ((seq? ast)
; (cps-seq (ast-subx ast) cont-ast))
((app? ast)
;; Syntax check the function
(if (const? (car ast))