From 23cd05760f795f58d2eafc56b93d0f7e22e89c9a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 29 Nov 2008 09:09:06 +0000 Subject: * interp/nruncomp.boot (genDeltaSpecialSig): Remove, as unused. --- src/ChangeLog | 4 ++++ src/interp/nruncomp.boot | 4 ---- 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,3 +1,7 @@ +2008-11-29 Gabriel Dos Reis + + * interp/nruncomp.boot (genDeltaSpecialSig): Remove, as unused. + 2008-11-29 Gabriel Dos Reis * interp/nruncomp.boot (deltaTran): Don't encode signature again. 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 -- cgit v1.2.3