mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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))
|
||||
(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))
|
||||
|
|
Loading…
Add table
Reference in a new issue