diff options
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r-- | src/interp/sys-globals.boot | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index b956bfdf..c2e13a16 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -449,15 +449,6 @@ $formulaOutputStream := conOutStream := MAKE_-SYNONYM_-STREAM "*STANDARD-OUTPUT*" -$InputStream := - MAKE_-SYNONYM_-STREAM "*STANDARD-INPUT*" - -$OutputStream := - MAKE_-SYNONYM_-STREAM "*STANDARD-OUTPUT*" - -$ErrorStream := - MAKE_-SYNONYM_-STREAM "*STANDARD-OUTPUT*" - --% ++ True if we are building the system algebra. |