mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
_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:
parent
d3349358c6
commit
54be14098b
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue