summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/mail.c')
-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;