diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-12-12 02:56:40 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-12-12 02:56:40 +0100 |
commit | 66a5638ff6c9b1fae89a9dd7bbc295f33711b006 (patch) | |
tree | 360e36da82b4d659dace87ff30bcb7bf551b1423 | |
parent | a3c08a3c2eb026a582575dee047f13781d1d4d83 (diff) | |
download | fetchmail-66a5638ff6c9b1fae89a9dd7bbc295f33711b006.tar.gz fetchmail-66a5638ff6c9b1fae89a9dd7bbc295f33711b006.tar.bz2 fetchmail-66a5638ff6c9b1fae89a9dd7bbc295f33711b006.zip |
Drop unused variable.
-rw-r--r-- | pop3.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1066,7 +1066,6 @@ static int pop3_getrange(int sock, { /* UIDL worked - parse reply */ unsigned long unum; - struct idlist *newl = NULL; *newp = 0; while (gen_recv(sock, buf, sizeof(buf)) == PS_SUCCESS) |