diff options
author | Sven Eden <yamakuzure@gmx.net> | 2018-08-23 08:45:18 +0200 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2018-08-24 16:47:08 +0200 |
commit | 738fe14bffc934e4d7642cf6195c750662153090 (patch) | |
tree | a9bbeb6a7c479c433114fdf87f9ac807a4e29bbe | |
parent | 70140c4f0c80a9e51ed1ea51915ac2a6407d1a2b (diff) |
Prep v239: Mask definition of config_parse_mode, we do not need that.
-rw-r--r-- | src/shared/conf-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c index aa6238ae5..e65fee5bc 100644 --- a/src/shared/conf-parser.c +++ b/src/shared/conf-parser.c @@ -519,9 +519,9 @@ DEFINE_PARSER(double, double, safe_atod); DEFINE_PARSER(nsec, nsec_t, parse_nsec); #endif // 0 DEFINE_PARSER(sec, usec_t, parse_sec); +#if 0 /// UNNEEDED by elogind DEFINE_PARSER(mode, mode_t, parse_mode); -#if 0 /// UNNEEDED by elogind int config_parse_iec_size(const char* unit, const char *filename, unsigned line, |