]> granicus.if.org Git - neomutt/commitdiff
Remove variables no longer used since [7729b1ad530c]
authorBrendan Cully <brendan@kublai.com>
Thu, 24 Jul 2008 16:15:29 +0000 (12:15 -0400)
committerBrendan Cully <brendan@kublai.com>
Thu, 24 Jul 2008 16:15:29 +0000 (12:15 -0400)
copy.c

diff --git a/copy.c b/copy.c
index 044841730544424aa08da83cd8a027e96589ac1c..ad706a85b2f0ec2263141b7eaba9f86883320e26 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -380,7 +380,6 @@ mutt_copy_header (FILE *in, HEADER *h, FILE *out, int flags, const char *prefix)
 
       if (h->env->refs_changed && h->env->references)
       {
-       LIST *listp = h->env->references, *refs = NULL, *t;
        fputs ("References:", out);
        mutt_write_references (h->env->references, out, 0);
        fputc ('\n', out);