aboutsummaryrefslogtreecommitdiff
path: root/src/interp/int-top.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/int-top.boot')
-rw-r--r--src/interp/int-top.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/int-top.boot b/src/interp/int-top.boot
index 407e26b1..df17fb36 100644
--- a/src/interp/int-top.boot
+++ b/src/interp/int-top.boot
@@ -85,8 +85,6 @@ runspad() ==
ncTopLevel() ==
-- Top-level read-parse-eval-print loop for the interpreter. Uses
-- the Bill Burge's parser.
- IN_-STREAM: local := $InputStream
- _*EOF_*: local := nil
$InteractiveMode: local := true
$NEWSPAD: local := true
$SPAD: local := true
@@ -133,7 +131,6 @@ SpadInterpretStream(str, source, interactive?) ==
$ncMsgList : local := nil
$systemCommandFunction : local := function InterpExecuteSpadSystemCommand
- $shoeReadLineFunction : local := function serverReadLine
$promptMsg : local := 'S2CTP023
interactive? =>