summaryrefslogtreecommitdiffstats
path: root/mbox.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2011-05-22 22:13:45 -0700
committerBrendan Cully <brendan@kublai.com>2011-05-22 22:13:45 -0700
commit75202d4d8676ec86d7f90ed1ee714f2d06259a06 (patch)
tree9ada697d6b84fe81d25bbdc8b0b7b2901fa53461 /mbox.c
parentc3b93333a7646113115b7e0a7981b658983816f1 (diff)
Fix some minor warnings
Diffstat (limited to 'mbox.c')
-rw-r--r--mbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mbox.c b/mbox.c
index 6437621f..2af4dd22 100644
--- a/mbox.c
+++ b/mbox.c
@@ -690,7 +690,6 @@ static int mbox_has_new(CONTEXT *ctx)
void mbox_reset_atime (CONTEXT *ctx, struct stat *st)
{
struct utimbuf utimebuf;
- int i;
struct stat _st;
if (!st)