Remove unused code.
original commit: 564a7bcf2f95d1aa3bc879f4266fb64ddd73a9ff
This commit is contained in:
parent
3787cd68f2
commit
df3d26c487
|
@ -13,7 +13,6 @@
|
|||
n-ary->binary n-ary-comp->binary
|
||||
unboxed-gensym reset-unboxed-gensym
|
||||
optimize
|
||||
print-res
|
||||
syntax/loc/origin quasisyntax/loc/origin)
|
||||
|
||||
;; for tracking both origin and source location information
|
||||
|
@ -79,8 +78,3 @@
|
|||
;; will be set to the actual optimization function at the entry point
|
||||
;; of the optimizer
|
||||
(define optimize (make-parameter #f))
|
||||
|
||||
(define (print-res t)
|
||||
(match t
|
||||
[(tc-result1: t f o)
|
||||
(format "~a" t)]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user