X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/26cfb15abef49bc22b35f7133ec8eddd057c4248..0e005efab7da1a8cbf220ba2bb19c49ab96d9133:/agedu.c diff --git a/agedu.c b/agedu.c index 00eda2b..9a354f8 100644 --- a/agedu.c +++ b/agedu.c @@ -1143,7 +1143,6 @@ int main(int argc, char **argv) prevbuf[0] = '\0'; tf = triewalk_next(tw, buf); assert(tf); - prevtf = NULL; /* placate lint */ while (1) { int i; @@ -1178,9 +1177,6 @@ int main(int argc, char **argv) triewalk_rebase(tw, mappedfile); diff = (const unsigned char *)mappedfile - (const unsigned char *)oldfile; - if (prevtf) - prevtf = (const struct trie_file *) - (((const unsigned char *)prevtf) + diff); if (tf) tf = (const struct trie_file *) (((const unsigned char *)tf) + diff);