aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-27 17:55:09 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-27 17:55:09 +0000
commitdf58c8db0c065f238f901ecba89827cc87d8c6bf (patch)
treed22d7b5040129b654428b9a057dff1a573b20e43 /src/interp
parentaa1d5ca6c7483eb79d458291f96383d89468efdc (diff)
downloadopen-axiom-df58c8db0c065f238f901ecba89827cc87d8c6bf.tar.gz
* interp/nruncomp.boot (NRTgetAddForm): Remove, as unused.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/nruncomp.boot5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 3d5114d7..4ecf54e8 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -276,11 +276,6 @@ NRTgetLocalIndex item ==
RPLACA(saveNRTdeltaListComp,compEntry)
saveIndex
-NRTgetAddForm domain ==
- u := HGET($Slot1DataBase,first domain) =>
- EQSUBSTLIST(rest domain,$FormalMapVariableList,first u)
- systemErrorHere '"NRTgetAddForm"
-
NRTassignCapsuleFunctionSlot(op,sig) ==
--called from compDefineCapsuleFunction
opSig := [op,sig]