aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/interp/nruncomp.boot4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59611be8..d4334bd9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2008-11-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/nruncomp.boot (genDeltaSpecialSig): Remove, as unused.
+
+2008-11-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/nruncomp.boot (deltaTran): Don't encode signature again.
(genDeltaEntry): Remove dead pattern match.
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 0abae2c3..6a4329c3 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -220,10 +220,6 @@ genDeltaEntry opMmPair ==
0
u
-genDeltaSpecialSig x ==
- x is [":",y,z] => [":",y,NRTgetLocalIndex z]
- NRTgetLocalIndex x
-
++ Return the slot number (within the template vector of the functor
++ being compiled) of the domain or value referenced by the form `x'.
++ Otherwise, return nil this is the first time `x' is referenced, or