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 (and
arg ;; #f is a special value for init, so do not optimize it for now arg ;; #f is a special value for init, so do not optimize it for now
(or (const? arg) (or (const? arg)
(quote? arg) (quote? arg))))
(ref? arg)
)))
(cdr exp)) (cdr exp))
) )
;; Check for primitive calls that can be optimized out ;; Check for primitive calls that can be optimized out