From 54be14098ba8ece983f77200b5fdd10acb984c82 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 15 Nov 2009 20:21:12 -0800 Subject: [PATCH] _thread_add_messages: Remove unused variable. I'm not sure how I let this warning go by unfixed for a while. Fix it now. --- lib/thread.cc | 1 - 1 file changed, 1 deletion(-) 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; -- 2.43.0