aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-toplev.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-toplev.boot')
-rw-r--r--src/interp/i-toplev.boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index c8f4f9d0..378a1399 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -156,8 +156,6 @@ processInteractive(form, posnForm) ==
$fortVar : local := --variable name for FORTRAN output
$defaultFortVar
$minivector: local := NIL
- $minivectorCode: local := NIL
- $minivectorNames: local := NIL
$domPvar: local := NIL
$inRetract: local := NIL
object := processInteractive1(form, posnForm)