diff options
-rw-r--r-- | conf-parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf-parser.c b/conf-parser.c index 5da5587408..712b4e489c 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 */ |