aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi1.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-04 16:31:40 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-04 16:31:40 +0000
commit6003eafb8c0985ecd933d33dfa723d0119a88063 (patch)
treec7b773e30835479d83f66189e2e1f0f71554588b /src/interp/wi1.boot
parent87eee27996cc401e7d39f7f5c9a19841269f50fc (diff)
downloadopen-axiom-6003eafb8c0985ecd933d33dfa723d0119a88063.tar.gz
* interp/c-util.boot (eqSubstAndCopy): New.
(eqSubst): Likewise. (replaceSimpleFunctions): Handle XLAM-replaceable functions. * interp/wi1.boot (pairList): Remove duplicate.
Diffstat (limited to 'src/interp/wi1.boot')
-rw-r--r--src/interp/wi1.boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/wi1.boot b/src/interp/wi1.boot
index bb120ab5..8693f7d4 100644
--- a/src/interp/wi1.boot
+++ b/src/interp/wi1.boot
@@ -39,8 +39,6 @@ namespace BOOT
spad2AsTranslatorAutoloadOnceTrigger() == nil
-pairList(u,v) == [[x,:y] for x in u for y in v]
-
--======================================================================
-- Temporary definitions---for tracing and debugging
--======================================================================