]> git.notmuchmail.org Git - notmuch/commitdiff
_thread_add_messages: Remove unused variable.
authorCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 04:21:12 +0000 (20:21 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 04:21:12 +0000 (20:21 -0800)
I'm not sure how I let this warning go by unfixed for a while. Fix
it now.

lib/thread.cc

index f2618ace756b7046899d4f843749aee138aa584b..cbce9c21528db21de4fca38ababfada0d2df79fd 100644 (file)
@@ -76,7 +76,6 @@ _thread_add_message (notmuch_thread_t *thread,
 {
     notmuch_tags_t *tags;
     const char *tag;
 {
     notmuch_tags_t *tags;
     const char *tag;
-    time_t date;
     InternetAddressList *list;
     InternetAddress *address;
     const char *from, *author;
     InternetAddressList *list;
     InternetAddress *address;
     const char *from, *author;