aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-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)