conf-parser: get rid of redundant NEWLINES definition

This commit is contained in:
Lennart Poettering 2010-04-10 17:44:19 +02:00
parent 257eca1a9c
commit d2b9fd2bb9

View File

@ -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 */