From 1edb2e9a1037c6001df2e60b99b4251b05735c4f Mon Sep 17 00:00:00 2001 From: Sophia Nepochataya Date: Thu, 18 Jun 2015 20:06:08 +0300 Subject: Remove excess variable in mail.c (5.5 branch) --- ext/standard/mail.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext') 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; -- cgit v1.2.1