]> granicus.if.org Git - php/commitdiff
remove unused var
authorAnatol Belski <ab@php.net>
Wed, 1 Feb 2017 11:49:32 +0000 (12:49 +0100)
committerAnatol Belski <ab@php.net>
Wed, 1 Feb 2017 11:49:32 +0000 (12:49 +0100)
win32/sendmail.c

index 1c74d581a6ee010ec8f7befbac2e485e2009a1fc..28befc3f9650edecb1f4fc27914dc830b499bde0 100644 (file)
@@ -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))) {