aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r--src/interp/sys-driver.boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 697928e5..238042d1 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -186,7 +186,6 @@ executeSpadScript(progname,options,file) ==
initializeInterpreterFrameRing()
$currentLine := nil
RESTART0()
- $BOOT := NIL
$NEWSPAD := true
$SPAD := true
if getOption(Option '"verbose",%systemOptions()) then
@@ -215,7 +214,6 @@ compileSpadLibrary(progname,options,file) ==
initializeInterpreterFrameRing()
$currentLine := nil
RESTART0()
- $BOOT := NIL
$NEWSPAD := true
$SPAD := true
$EchoLines := false