mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
removed unused variables
trivial compiler warning fix Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
This commit is contained in:
parent
bae184f5fc
commit
6ddc2e0442
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue