mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Remove unsafe code
This commit is contained in:
parent
124c137987
commit
33ba61578b
1 changed files with 0 additions and 1 deletions
|
@ -1234,7 +1234,6 @@
|
|||
;; Determine if the given top-level function can be freed from CPS, due
|
||||
;; to it only containing calls to code that itself can be inlined.
|
||||
(define (inlinable-top-level-function? expr)
|
||||
(define this-fnc-sym (define->var expr))
|
||||
(define (scan expr fail)
|
||||
(cond
|
||||
((string? expr) (fail))
|
||||
|
|
Loading…
Add table
Reference in a new issue