prune unused imports

This commit is contained in:
Matthew Flatt 2011-07-08 20:35:23 -06:00
parent 9e694ce5cb
commit 121145be73
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
;; assembles all basic forms we have so far
(module small-scheme '#%kernel
(#%require "stx.rkt" "qq-and-or.rkt" "cond.rkt" "define-et-al.rkt")
(#%require "qq-and-or.rkt" "cond.rkt" "define-et-al.rkt")
(#%provide (all-from "qq-and-or.rkt")
(all-from "cond.rkt")

View File

@ -5,7 +5,7 @@
(module stxcase-scheme '#%kernel
(#%require "small-scheme.rkt" "stx.rkt" "stxcase.rkt" "with-stx.rkt" "stxloc.rkt"
(for-syntax '#%kernel "small-scheme.rkt" "stx.rkt" "stxcase.rkt" "with-stx.rkt"
(for-syntax '#%kernel "small-scheme.rkt" "stx.rkt" "stxcase.rkt"
"stxloc.rkt"))
(-define (check-duplicate-identifier names)