From 15404bda138ec073dec382ad71472f461305921b Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 1 Feb 2017 12:49:32 +0100 Subject: [PATCH] remove unused var --- win32/sendmail.c | 1 - 1 file changed, 1 deletion(-) 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))) { -- 2.40.0