aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-13 07:51:11 -0700
committerCarl Worth <cworth@cworth.org>2009-10-13 08:53:28 -0700
commit287ffc828d565ae812bbb6bcae076e17e6c7098f (patch)
treecd0d5b8011e3084d14b73bfb38d2f02c5ed1244b
parent11f99eb8eac3206f200a40a536ff3657ba577594 (diff)
Remove unused variable.
Compiling with -Wall considered useful.
-rw-r--r--g_mime_test.c1
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;