summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-08-27 01:25:52 +0200
committerAndy Wingo <wingo@pobox.com>2009-08-27 01:25:52 +0200
commit3bcf189ba0d903e42935154c499ad60e1bf9cb3b (patch)
tree3afd2d1f25871ba1cb471f22c1be7d321f07e06e
parent71a5964c110bea93ac926331547c25bdff67ce23 (diff)
downloadguile-3bcf189ba0d903e42935154c499ad60e1bf9cb3b.tar.gz
Revert "eval is actually compile"
This reverts commit afe5e6baa76796b1467890fd55416a7f304bed5c.
-rw-r--r--module/ice-9/boot-9.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index ead175d0d..a3a1e0384 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -3492,14 +3492,6 @@ module '(ice-9 q) '(make-q q-length))}."
-;;; Replace the C evaluator with the compiler.
-;;;
-
-(define (eval x env)
- ((@ (system base compile) compile) x #:from 'scheme #:to 'value #:env env))
-
-
-
;;; Place the user in the guile-user module.
;;;