mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-16 15:13:18 +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;
|
notmuch_tags_t *tags;
|
||||||
const char *tag;
|
const char *tag;
|
||||||
time_t date;
|
|
||||||
InternetAddressList *list;
|
InternetAddressList *list;
|
||||||
InternetAddress *address;
|
InternetAddress *address;
|
||||||
const char *from, *author;
|
const char *from, *author;
|
||||||
|
|
Loading…
Add table
Reference in a new issue