aboutsummaryrefslogtreecommitdiff
path: root/src/interp/osyscmd.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-06 06:41:13 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-06 06:41:13 +0000
commite669075246f815bf20b66bc57873c0cf27ac20b0 (patch)
treece1ff0517b15aed8d84899860103364e3a11a10a /src/interp/osyscmd.boot
parent8aa35f143d2cdb6df3bfd1c7b466a07bd84cd464 (diff)
downloadopen-axiom-e669075246f815bf20b66bc57873c0cf27ac20b0.tar.gz
daily bump
Diffstat (limited to 'src/interp/osyscmd.boot')
-rw-r--r--src/interp/osyscmd.boot7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/osyscmd.boot b/src/interp/osyscmd.boot
index eaa77cdf..c742d09a 100644
--- a/src/interp/osyscmd.boot
+++ b/src/interp/osyscmd.boot
@@ -47,10 +47,3 @@ ExecuteInterpSystemCommand string ==
string = '"" => nil
doSystemCommand string
---------------------> NEW DEFINITION (see i-syscmd.boot.pamphlet)
-parseFromString(s) ==
- s := next(function ncloopParse,
- next(function lineoftoks,incString s))
- StreamNull s => nil
- pf2Sex macroExpanded first rest first s
-