From 9c624b9ce0f6a566193507bbcf4dd360f7a08445 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 1997 13:21:18 +0000 Subject: -Wall cleanup. svn path=/trunk/; revision=1497 --- imap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 315f5407..e6958f67 100644 --- a/imap.c +++ b/imap.c @@ -462,7 +462,6 @@ static int imap_getsizes(int sock, int count, int *sizes) /* capture the sizes of all messages */ { char buf [POPBUFSIZE+1]; - int i; gen_send(sock, "FETCH 1:%d RFC822.SIZE", count); for (;;) -- cgit v1.2.3