Removing the deprecated (scheme) module.

This commit is contained in:
Alex Shinn 2013-09-29 11:06:09 +09:00
parent 86d9957ae9
commit 5e4c6a8848

View file

@ -319,8 +319,6 @@
(make-module #f (interaction-environment) '((include "init-7.scm")))) (make-module #f (interaction-environment) '((include "init-7.scm"))))
(cons '(chibi primitive) (cons '(chibi primitive)
(make-module #f #f (lambda (env) (primitive-environment 7)))) (make-module #f #f (lambda (env) (primitive-environment 7))))
(cons '(scheme)
(make-module #f (interaction-environment) '()))
(cons '(meta) (cons '(meta)
(make-module #f (current-environment) '())) (make-module #f (current-environment) '()))
(cons '(srfi 0) (cons '(srfi 0)