projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae184f
)
removed unused variables
author
Dirk Hohndel
<hohndel@infradead.org>
Fri, 23 Apr 2010 03:26:46 +0000
(20:26 -0700)
committer
Carl Worth
<cworth@cworth.org>
Sat, 24 Apr 2010 00:53:52 +0000
(17:53 -0700)
trivial compiler warning fix
Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
notmuch-search.c
patch
|
blob
|
history
diff --git
a/notmuch-search.c
b/notmuch-search.c
index 25c9cfccc3323634824f1749d3f420b296c368cc..8a1cdca3f1dcce5feea71a580c250e4bfabe9084 100644
(file)
--- 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"