diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-16 00:36:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-16 00:36:41 +0200 |
commit | 97c4a07df982ee967705022feaba9be33947abf0 (patch) | |
tree | e4f47e0b68cc04695473b9b8aa0b17bb7f1511df /src/conf-parser.c | |
parent | 8e12a6aed3d99ac8c140cd56b560f5efeb1c4e1a (diff) |
vconsole: add new utility to initialize the virtual console
Diffstat (limited to 'src/conf-parser.c')
-rw-r--r-- | src/conf-parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf-parser.c b/src/conf-parser.c index 438b4cc3d5..d18b2a150d 100644 --- a/src/conf-parser.c +++ b/src/conf-parser.c @@ -31,8 +31,6 @@ #include "strv.h" #include "log.h" -#define COMMENTS "#;\n" - /* Run the user supplied parser for an assignment */ static int next_assignment( const char *filename, |