From: Carl Worth Date: Tue, 13 Oct 2009 14:51:11 +0000 (-0700) Subject: Remove unused variable. X-Git-Tag: 0.1~896 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=287ffc828d565ae812bbb6bcae076e17e6c7098f;ds=sidebyside Remove unused variable. Compiling with -Wall considered useful. --- diff --git a/g_mime_test.c b/g_mime_test.c index 9ffb0ac1..5ac9200c 100644 --- a/g_mime_test.c +++ b/g_mime_test.c @@ -157,7 +157,6 @@ main (int argc, char **argv) FILE *file; const char *value, *from; - int i; time_t time; struct tm gm_time_tm;