aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot
index ab6f8db8..477726fa 100644
--- a/src/interp/ht-util.boot
+++ b/src/interp/ht-util.boot
@@ -543,11 +543,6 @@ parseAndEval1 string ==
'"Type Analysis Error"
nil
-oldParseString string ==
- tree := applyWithOutputToString('string2SpadTree, [string])
- CAR tree => parseTransform postTransform CAR tree
- CDR tree
-
makeSpadCommand(:l) ==
opForm := CONCAT(first l, '"(")
lastArg := last l