From: Sophia Nepochataya Date: Thu, 18 Jun 2015 17:06:08 +0000 (+0300) Subject: Remove excess variable in mail.c (5.5 branch) X-Git-Tag: php-5.5.27RC1~9^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1edb2e9a1037c6001df2e60b99b4251b05735c4f;p=php Remove excess variable in mail.c (5.5 branch) --- diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 74adc97f1c..09e0a5546b 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -225,7 +225,6 @@ void php_mail_log_to_file(char *filename, char *message, size_t message_size TSR static int php_mail_detect_multiple_crlf(char *hdr) { /* This function detects multiple/malformed multiple newlines. */ - size_t len; if (!hdr) { return 0;