diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-12-11 15:27:08 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-12-11 22:06:12 +0100 |
commit | ab4dd923d778048d5ba4a0bab7e730d0c157b322 (patch) | |
tree | 457480487346cdb8ffc5105d0791891e158893f9 /pop3.c | |
parent | e77d739e6a5ef96607f21229fb03530934b71d75 (diff) | |
download | fetchmail-ab4dd923d778048d5ba4a0bab7e730d0c157b322.tar.gz fetchmail-ab4dd923d778048d5ba4a0bab7e730d0c157b322.tar.bz2 fetchmail-ab4dd923d778048d5ba4a0bab7e730d0c157b322.zip |
Fix portability to C90 and C++.
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |