aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/thread.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:21:12 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:21:12 -0800
commit54be14098ba8ece983f77200b5fdd10acb984c82 (patch)
treea9c86b765fe6df8b21055aaeff0670f6ed46efb8 /lib/thread.cc
parentd3349358c6a5048559bd2a4faebe476ebd222170 (diff)
_thread_add_messages: Remove unused variable.
I'm not sure how I let this warning go by unfixed for a while. Fix it now.
Diffstat (limited to 'lib/thread.cc')
-rw-r--r--lib/thread.cc1
1 files changed, 0 insertions, 1 deletions
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;