aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-03-18 09:18:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-03-18 09:18:22 +0100
commit0c05ee3a33d4d767b28000b9e72ca51ed1b90fc6 (patch)
tree4ebcf79bb444be2a8ad5b0d796bb7c6f5a0bcf72
parentef1c18b952de0763037b7c940cc6960bbf990912 (diff)
pop3: remove unused variable
-rw-r--r--lib/pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index e48c9b4f8..03ea7efaf 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -906,7 +906,6 @@ static CURLcode pop3_dophase_done(struct connectdata *conn,
bool connected)
{
struct FTP *pop3 = conn->data->state.proto.pop3;
- struct pop3_conn *pop3c = &conn->proto.pop3c;
(void)connected;
if(pop3->transfer != FTPTRANSFER_BODY)