From d2b9fd2bb971b3b7a23acdfa1748d6810629c94c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Apr 2010 17:44:19 +0200 Subject: [PATCH] conf-parser: get rid of redundant NEWLINES definition --- conf-parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/conf-parser.c b/conf-parser.c index 5da558740..712b4e489 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 */ -- 2.30.2