mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Remove trace
This commit is contained in:
parent
adb0beb878
commit
c2fd9d3383
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@
|
||||||
(define (inline-prim-call? exp ivars args)
|
(define (inline-prim-call? exp ivars args)
|
||||||
(call/cc
|
(call/cc
|
||||||
(lambda (return)
|
(lambda (return)
|
||||||
(trace:error `(inline-ok? ,exp ,ivars ,args))
|
;(trace:error `(inline-ok? ,exp ,ivars ,args))
|
||||||
(inline-ok? exp ivars args (list #f) return)
|
(inline-ok? exp ivars args (list #f) return)
|
||||||
(return #t))))
|
(return #t))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue