removed unused variables

trivial compiler warning fix

Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
This commit is contained in:
Dirk Hohndel 2010-04-22 20:26:46 -07:00 committed by Carl Worth
parent bae184f5fc
commit 6ddc2e0442

View 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"