From ab4dd923d778048d5ba4a0bab7e730d0c157b322 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 11 Dec 2016 15:27:08 +0100 Subject: Fix portability to C90 and C++. --- pop3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index cf950545..c5da128c 100644 --- a/pop3.c +++ b/pop3.c @@ -816,7 +816,6 @@ static int pop3_fastuidl( int sock, struct query *ctl, unsigned int count, int int ok; unsigned int first_nr, last_nr, try_nr; char id [IDLEN+1]; - struct idlist *savep = NULL; /** pointer to cache save_str result, speeds up saves */ first_nr = 0; last_nr = count + 1; -- cgit v1.2.3