diff --git a/lib/meta.scm b/lib/meta.scm index 7481982e..0d7cfdc8 100644 --- a/lib/meta.scm +++ b/lib/meta.scm @@ -319,8 +319,6 @@ (make-module #f (interaction-environment) '((include "init-7.scm")))) (cons '(chibi primitive) (make-module #f #f (lambda (env) (primitive-environment 7)))) - (cons '(scheme) - (make-module #f (interaction-environment) '())) (cons '(meta) (make-module #f (current-environment) '())) (cons '(srfi 0)