[PATCH] removed unused variables

Dirk Hohndel hohndel at infradead.org
Thu Apr 22 20:26:46 PDT 2010


trivial compiler warning fix

Signed-off-by: Dirk Hohndel <hohndel at 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


More information about the notmuch mailing list