]> git.notmuchmail.org Git - notmuch/commitdiff
removed unused variables
authorDirk Hohndel <hohndel@infradead.org>
Fri, 23 Apr 2010 03:26:46 +0000 (20:26 -0700)
committerCarl 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

index 25c9cfccc3323634824f1749d3f420b296c368cc..8a1cdca3f1dcce5feea71a580c250e4bfabe9084 100644 (file)
@@ -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"