diff options
| author | Carl Worth <cworth@cworth.org> | 2009-10-13 07:51:11 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-10-13 08:53:28 -0700 |
| commit | 287ffc828d565ae812bbb6bcae076e17e6c7098f (patch) | |
| tree | cd0d5b8011e3084d14b73bfb38d2f02c5ed1244b | |
| parent | 11f99eb8eac3206f200a40a536ff3657ba577594 (diff) | |
Remove unused variable.
Compiling with -Wall considered useful.
| -rw-r--r-- | g_mime_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
