diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-18 09:18:22 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-18 09:18:22 +0100 |
commit | 0c05ee3a33d4d767b28000b9e72ca51ed1b90fc6 (patch) | |
tree | 4ebcf79bb444be2a8ad5b0d796bb7c6f5a0bcf72 /lib | |
parent | ef1c18b952de0763037b7c940cc6960bbf990912 (diff) |
pop3: remove unused variable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pop3.c | 1 |
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) |