From 6ddc2e04424be6c1ff97c5929f9c8ce9efd46960 Mon Sep 17 00:00:00 2001
From: Dirk Hohndel <hohndel@infradead.org>
Date: Thu, 22 Apr 2010 20:26:46 -0700
Subject: [PATCH] removed unused variables

trivial compiler warning fix

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

diff --git a/notmuch-search.c b/notmuch-search.c
index 25c9cfcc..8a1cdca3 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"
-- 
2.45.2