aboutsummaryrefslogtreecommitdiff
path: root/src/interp/server.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/server.boot')
-rw-r--r--src/interp/server.boot5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interp/server.boot b/src/interp/server.boot
index 67218f2a..6f85dc95 100644
--- a/src/interp/server.boot
+++ b/src/interp/server.boot
@@ -105,11 +105,6 @@ parseAndInterpret str ==
$e:fluid := $InteractiveFrame
ncParseAndInterpretString str
-oldParseAndInterpret str ==
- tree := string2SpadTree str
- tree => processInteractive(parseTransform postTransform tree, NIL)
- NIL
-
executeQuietCommand() ==
$QuietCommand: fluid := true
stringBuf := sockGetString $MenuServer