summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-02-01 12:49:32 +0100
committerAnatol Belski <ab@php.net>2017-02-01 12:49:32 +0100
commit15404bda138ec073dec382ad71472f461305921b (patch)
treec70ec5397d25caf79619b40a741ff35477397263 /win32/sendmail.c
parent2cd0d8b711b4d602ee7af1ff08314b1f36c43898 (diff)
downloadphp-git-15404bda138ec073dec382ad71472f461305921b.tar.gz
remove unused var
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r--win32/sendmail.c1
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))) {