From 66a5638ff6c9b1fae89a9dd7bbc295f33711b006 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 12 Dec 2016 02:56:40 +0100 Subject: Drop unused variable. --- pop3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pop3.c') 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) -- cgit v1.2.3