projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d334935
)
_thread_add_messages: Remove unused variable.
author
Carl Worth
<cworth@cworth.org>
Mon, 16 Nov 2009 04:21:12 +0000
(20:21 -0800)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/lib/thread.cc
b/lib/thread.cc
index f2618ace756b7046899d4f843749aee138aa584b..cbce9c21528db21de4fca38ababfada0d2df79fd 100644
(file)
--- 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;