diff options
-rw-r--r-- | win32/sendmail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c index 1c74d581a6..28befc3f96 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -223,7 +223,6 @@ PHPAPI int TSendMail(char *host, int *error, char **error_message, if (headers) { char *pos = NULL; - size_t i; /* Use PCRE to trim the header into the right format */ if (NULL == (headers_trim = php_win32_mail_trim_header(headers))) { |