mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Remove debugging
This commit is contained in:
parent
b32a8f32f8
commit
0f7839c4ce
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@
|
||||||
;; This is a cons "box" so it can be mutated.
|
;; This is a cons "box" so it can be mutated.
|
||||||
;; return - call into this continuation to return early
|
;; return - call into this continuation to return early
|
||||||
(define (inline-ok? exp ivars args arg-used return)
|
(define (inline-ok? exp ivars args arg-used return)
|
||||||
(trace:error `(inline-ok? ,exp ,ivars ,args ,arg-used))
|
;(trace:error `(inline-ok? ,exp ,ivars ,args ,arg-used))
|
||||||
(cond
|
(cond
|
||||||
((ref? exp)
|
((ref? exp)
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue