aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2016-12-12 02:56:40 +0100
committerMatthias Andree <matthias.andree@gmx.de>2016-12-12 02:56:40 +0100
commit66a5638ff6c9b1fae89a9dd7bbc295f33711b006 (patch)
tree360e36da82b4d659dace87ff30bcb7bf551b1423
parenta3c08a3c2eb026a582575dee047f13781d1d4d83 (diff)
downloadfetchmail-66a5638ff6c9b1fae89a9dd7bbc295f33711b006.tar.gz
fetchmail-66a5638ff6c9b1fae89a9dd7bbc295f33711b006.tar.bz2
fetchmail-66a5638ff6c9b1fae89a9dd7bbc295f33711b006.zip
Drop unused variable.
-rw-r--r--pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index c5da128c..f59baf28 100644
--- a/pop3.c
+++ b/pop3.c
@@ -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)