diff options
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r-- | src/interp/ht-util.boot | 5 |
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 |