From 5e4c6a8848fc7906ca04afec9bb1fec145975b6e Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 29 Sep 2013 11:06:09 +0900 Subject: [PATCH] Removing the deprecated (scheme) module. --- lib/meta.scm | 2 -- 1 file changed, 2 deletions(-) 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)