Skip to content

Commit 15404bd

Browse files
committed
remove unused var
1 parent 2cd0d8b commit 15404bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

win32/sendmail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ PHPAPI int TSendMail(char *host, int *error, char **error_message,
223223

224224
if (headers) {
225225
char *pos = NULL;
226-
size_t i;
227226

228227
/* Use PCRE to trim the header into the right format */
229228
if (NULL == (headers_trim = php_win32_mail_trim_header(headers))) {

0 commit comments

Comments
 (0)