Remove no-longer needed require for residual code.
This commit is contained in:
parent
4aefb18cab
commit
5e26c329d6
|
@ -4,7 +4,7 @@
|
||||||
(for-syntax racket/base "utils/timing.rkt") ;; only for timing/debugging
|
(for-syntax racket/base "utils/timing.rkt") ;; only for timing/debugging
|
||||||
;; the below requires are needed since they provide identifiers
|
;; the below requires are needed since they provide identifiers
|
||||||
;; that may appear in the residual program
|
;; that may appear in the residual program
|
||||||
(for-syntax "typecheck/renamer.rkt" "types/type-table.rkt")
|
(for-syntax "typecheck/renamer.rkt")
|
||||||
"utils/any-wrap.rkt" unstable/contract)
|
"utils/any-wrap.rkt" unstable/contract)
|
||||||
|
|
||||||
(provide (rename-out [module-begin #%module-begin]
|
(provide (rename-out [module-begin #%module-begin]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user