Skip to content

Commit bca005c

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
2 parents 962fe01 + 6a8db93 commit bca005c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/mail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ void php_mail_log_to_file(char *filename, char *message, size_t message_size TSR
225225

226226
static int php_mail_detect_multiple_crlf(char *hdr) {
227227
/* This function detects multiple/malformed multiple newlines. */
228-
size_t len;
229228

230229
if (!hdr) {
231230
return 0;

0 commit comments

Comments
 (0)