diff options
Diffstat (limited to 'lib/pop3.h')
-rw-r--r-- | lib/pop3.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |