mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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 *authors,
|
||||||
const char *subject)
|
const char *subject)
|
||||||
{
|
{
|
||||||
struct tm *tm;
|
|
||||||
char timestamp[40];
|
|
||||||
void *ctx_quote = talloc_new (ctx);
|
void *ctx_quote = talloc_new (ctx);
|
||||||
|
|
||||||
printf ("\"thread\": %s,\n"
|
printf ("\"thread\": %s,\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue