summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2008-07-24 12:15:29 -0400
committerBrendan Cully <brendan@kublai.com>2008-07-24 12:15:29 -0400
commitd47cecf036e6709eda796aab775e61a54fa5ade5 (patch)
treeeb5db453615032a4f5e95284916c72a255cdeb41 /copy.c
parent54b82c6b68bb559c05d5a79896aaab9dbe24b3c5 (diff)
Remove variables no longer used since [7729b1ad530c]
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/copy.c b/copy.c
index 04484173..ad706a85 100644
--- 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);