tidying
[exim.git] / src / src / arc.c
index 57a6281ef0bf9ad88885f58dcf92c50f5da2b93d..4b6256e28d3c6b76b043bd8a71030061d8b2aa31 100644 (file)
@@ -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;
 }