unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] removed unused variables
@ 2010-04-23  3:26 Dirk Hohndel
  2010-04-24  0:55 ` Carl Worth
  0 siblings, 1 reply; 3+ messages in thread
From: Dirk Hohndel @ 2010-04-23  3:26 UTC (permalink / raw)
  To: notmuch


trivial compiler warning fix

Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
---
 notmuch-search.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/notmuch-search.c b/notmuch-search.c
index 25c9cfc..8a1cdca 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -104,8 +104,6 @@ format_thread_json (const void *ctx,
 		    const char *authors,
 		    const char *subject)
 {
-    struct tm *tm;
-    char timestamp[40];
     void *ctx_quote = talloc_new (ctx);
 
     printf ("\"thread\": %s,\n"
-- 
1.6.6.1


-- 
Dirk Hohndel
Intel Open Source Technology Center

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-24 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  3:26 [PATCH] removed unused variables Dirk Hohndel
2010-04-24  0:55 ` Carl Worth
2010-04-24 16:47   ` Dirk Hohndel

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).