diff options
author | Anatol Belski <ab@php.net> | 2017-02-01 12:49:32 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-02-01 12:49:32 +0100 |
commit | 15404bda138ec073dec382ad71472f461305921b (patch) | |
tree | c70ec5397d25caf79619b40a741ff35477397263 /win32/sendmail.c | |
parent | 2cd0d8b711b4d602ee7af1ff08314b1f36c43898 (diff) | |
download | php-git-15404bda138ec073dec382ad71472f461305921b.tar.gz |
remove unused var
Diffstat (limited to 'win32/sendmail.c')
-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))) { |