mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Removed dead code
This commit is contained in:
parent
3d138cbde8
commit
db68e7cdeb
1 changed files with 0 additions and 5 deletions
|
@ -1372,11 +1372,6 @@
|
||||||
ltype))
|
ltype))
|
||||||
(list (cps-seq (cddr ast) k))))))
|
(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)
|
((app? ast)
|
||||||
;; Syntax check the function
|
;; Syntax check the function
|
||||||
(if (const? (car ast))
|
(if (const? (car ast))
|
||||||
|
|
Loading…
Add table
Reference in a new issue