_thread_add_messages: Remove unused variable.

I'm not sure how I let this warning go by unfixed for a while. Fix
it now.
This commit is contained in:
Carl Worth 2009-11-15 20:21:12 -08:00
parent d3349358c6
commit 54be14098b

View file

@ -76,7 +76,6 @@ _thread_add_message (notmuch_thread_t *thread,
{
notmuch_tags_t *tags;
const char *tag;
time_t date;
InternetAddressList *list;
InternetAddress *address;
const char *from, *author;