From: Carl Worth Date: Mon, 16 Nov 2009 04:21:12 +0000 (-0800) Subject: _thread_add_messages: Remove unused variable. X-Git-Tag: 0.1~496 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=54be14098ba8ece983f77200b5fdd10acb984c82 _thread_add_messages: Remove unused variable. I'm not sure how I let this warning go by unfixed for a while. Fix it now. --- diff --git a/lib/thread.cc b/lib/thread.cc index f2618ace..cbce9c21 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -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;