Removed repl procedure: it wasn't working anyway.

This commit is contained in:
mainzelm 2002-11-26 12:04:44 +00:00
parent 563ed2c965
commit 2dda7c9888
1 changed files with 0 additions and 5 deletions

View File

@ -507,8 +507,3 @@ end-option: -s <script> Specify script.
-- Interactive session.
" (current-error-port)))
(exit -1))
(define (repl)
(command-loop (lambda () (set-batch-mode?! #f))
#f))