aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-11 14:14:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-11 14:14:45 +0000
commit85f067d97fdf18769eefd8419ab10c3a9a113195 (patch)
treebfee6b6c300dd287f69ec213a6472ff6620f067a /imap.c
parente553aea6031e99f495849ccde9cfcf4de5d052ab (diff)
downloadfetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.tar.gz
fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.tar.bz2
fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.zip
-Wall cleanup.
svn path=/trunk/; revision=1083
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/imap.c b/imap.c
index 276cf46d..4c7b733c 100644
--- a/imap.c
+++ b/imap.c
@@ -568,8 +568,6 @@ static int imap_fetch_body(int sock, struct query *ctl, int number, int *lenp)
static int imap_trail(int sock, struct query *ctl, int number)
/* discard tail of FETCH response after reading message text */
{
- int num;
-
/* expunges change the fetch numbers */
/* number -= deletecount; */