diff options
Diffstat (limited to 'libguile/modules.c')
-rw-r--r-- | libguile/modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/modules.c b/libguile/modules.c index 444ece1c1..da397d8e3 100644 --- a/libguile/modules.c +++ b/libguile/modules.c @@ -279,7 +279,6 @@ SCM_DEFINE (scm_env_module, "env-module", 1, 0, 0, * C level implementation of the standard eval closure * * This increases loading speed substantially. - * The code will be replaced by the low-level environments in next release. */ static SCM module_make_local_var_x_var; |