mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Remove experimental code
This commit is contained in:
parent
49017f5731
commit
e864049136
1 changed files with 1 additions and 3 deletions
|
@ -929,9 +929,7 @@
|
|||
(and
|
||||
arg ;; #f is a special value for init, so do not optimize it for now
|
||||
(or (const? arg)
|
||||
(quote? arg)
|
||||
(ref? arg)
|
||||
)))
|
||||
(quote? arg))))
|
||||
(cdr exp))
|
||||
)
|
||||
;; Check for primitive calls that can be optimized out
|
||||
|
|
Loading…
Add table
Reference in a new issue