diff options
Diffstat (limited to 'lib/smtp.h')
-rw-r--r-- | lib/smtp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/smtp.h b/lib/smtp.h index ee057af79..bf2f90d8d 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -59,8 +59,6 @@ typedef enum { used. */ struct SMTP { curl_off_t *bytecountp; - char *user; /* User name string */ - char *passwd; /* Password string */ curl_pp_transfer transfer; struct curl_slist *rcpt; /* Recipient list */ }; |