Removed repl procedure: it wasn't working anyway.
This commit is contained in:
parent
563ed2c965
commit
2dda7c9888
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue