com php-src: remove unused var: win32/sendmail.c
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 15404bda138ec073dec382ad71472f461305921b Author: Anatol Belski <[email protected]> Wed, 1 Feb 2017 12:49:32 +0100 Parents: 2cd0d8b711b4d602ee7af1ff08314b1f36c43898 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=15404bda138ec073dec382ad71472f461305921b Log: remove unused var Changed paths: M win32/sendmail.c Diff: diff --git a/win32/sendmail.c b/win32/sendmail.c index 1c74d58..28befc3 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))) {