From: Dirk Hohndel Date: Fri, 23 Apr 2010 03:26:46 +0000 (-0700) Subject: removed unused variables X-Git-Tag: 0.3~83 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/6ddc2e04424be6c1ff97c5929f9c8ce9efd46960 removed unused variables trivial compiler warning fix Signed-off-by: Dirk Hohndel --- 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"