From: Lennart Poettering Date: Sat, 10 Apr 2010 15:44:19 +0000 (+0200) Subject: conf-parser: get rid of redundant NEWLINES definition X-Git-Tag: 0.git+20100605+dfd8ee-1~168 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b9fd2bb971b3b7a23acdfa1748d6810629c94c;p=systemd conf-parser: get rid of redundant NEWLINES definition --- diff --git a/conf-parser.c b/conf-parser.c index 5da55874..712b4e48 100644 --- a/conf-parser.c +++ b/conf-parser.c @@ -32,7 +32,6 @@ #include "log.h" #define COMMENTS "#;\n" -#define NEWLINES "\n\r" #define LINE_MAX 4096 /* Run the user supplied parser for an assignment */