Remove experimental code

This commit is contained in:
Justin Ethier 2018-12-18 16:25:24 -05:00
parent 49017f5731
commit e864049136

View file

@ -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