summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Nepochataya <sonya1912@gmail.com>2015-06-18 20:06:08 +0300
committerSophia Nepochataya <sonya1912@gmail.com>2015-06-18 20:06:08 +0300
commit1edb2e9a1037c6001df2e60b99b4251b05735c4f (patch)
treec406999988dc725c186336f694e794936a65556f
parentca33ae3eb2e8e547ee3c7d2360700e225a17d81b (diff)
downloadphp-git-1edb2e9a1037c6001df2e60b99b4251b05735c4f.tar.gz
Remove excess variable in mail.c (5.5 branch)
-rw-r--r--ext/standard/mail.c1
1 files changed, 0 insertions, 1 deletions
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;