From: Jeremy Harris Date: Sat, 14 May 2022 19:20:21 +0000 (+0100) Subject: tidying X-Git-Tag: exim-4.96-RC1~2 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/239c83691cf0cd368fedd21f5825e06515e036f5 tidying --- diff --git a/src/src/arc.c b/src/src/arc.c index 57a6281ef..4b6256e28 100644 --- a/src/src/arc.c +++ b/src/src/arc.c @@ -1113,11 +1113,6 @@ h->type = 0; h->slen = len; h->text = US s; -/* This works for either NL or CRLF lines; also nul-termination */ -while (*++s) - if (*s == '\n' && s[1] != '\t' && s[1] != ' ') break; -s++; /* move past end of line */ - return r; } diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c index 42466875a..211e32810 100644 --- a/src/src/transports/autoreply.c +++ b/src/src/transports/autoreply.c @@ -623,7 +623,6 @@ if (text) if (ff) { -debug_printf("%s %d: ff\n", __FUNCTION__, __LINE__); while (Ufgets(big_buffer, big_buffer_size, ff) != NULL) { if (file_expand) @@ -647,7 +646,6 @@ limit if we are returning the body. */ if (return_message) { -debug_printf("%s %d: ret msg\n", __FUNCTION__, __LINE__); uschar *rubric = tblock->headers_only ? US"------ This is a copy of the message's header lines.\n" : tblock->body_only