Revert "eval is actually compile"
authorAndy Wingo <wingo@pobox.com>
Wed, 26 Aug 2009 23:25:52 +0000 (01:25 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 26 Aug 2009 23:25:52 +0000 (01:25 +0200)
This reverts commit afe5e6baa76796b1467890fd55416a7f304bed5c.

module/ice-9/boot-9.scm

index ead175d..a3a1e03 100644 (file)
@@ -3492,14 +3492,6 @@ module '(ice-9 q) '(make-q q-length))}."
 
 \f
 
-;;; Replace the C evaluator with the compiler.
-;;;
-
-(define (eval x env)
-  ((@ (system base compile) compile) x #:from 'scheme #:to 'value #:env env))
-
-\f
-
 ;;; Place the user in the guile-user module.
 ;;;