diff options
Diffstat (limited to 'lib/smtp.h')
-rw-r--r-- | lib/smtp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/smtp.h b/lib/smtp.h index bf2f90d8d..76a8525a9 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -58,7 +58,6 @@ typedef enum { perhaps the SessionHandle is changed between the times the connection is used. */ struct SMTP { - curl_off_t *bytecountp; curl_pp_transfer transfer; struct curl_slist *rcpt; /* Recipient list */ }; |