aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <hohndel@infradead.org>2010-04-22 20:26:46 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-23 17:53:52 -0700
commit6ddc2e04424be6c1ff97c5929f9c8ce9efd46960 (patch)
tree581c8dbf614eb9b6d768207ec91f7195452d4199 /notmuch-search.c
parentbae184f5fc4b824b7557551b0e1bc6a81c014a25 (diff)
removed unused variables
trivial compiler warning fix Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
Diffstat (limited to 'notmuch-search.c')
-rw-r--r--notmuch-search.c2
1 files changed, 0 insertions, 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"