From 0ee79114ef6f3a8ea3bb4b1cc0a502b3164b76ad Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 23 Feb 2013 16:27:17 +0000 Subject: pop3: Removed some FTP heritage leftovers Removed user and passwd from the POP3 struct as these cannot be set on a per-request basis and are leftover from legacy FTP code. Changed some comments still using FTP terminology. --- lib/pop3.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/pop3.h') diff --git a/lib/pop3.h b/lib/pop3.h index c16ad395c..cfad93c84 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -58,8 +58,6 @@ typedef enum { used. */ struct POP3 { curl_off_t *bytecountp; - char *user; /* User name string */ - char *passwd; /* Password string */ curl_ftptransfer transfer; char *mailbox; /* Message ID */ char *custom; /* Custom Request */ -- cgit v1.2.3