From: Sven Eden Date: Thu, 23 Aug 2018 06:45:18 +0000 (+0200) Subject: Prep v239: Mask definition of config_parse_mode, we do not need that. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=738fe14bffc934e4d7642cf6195c750662153090;p=elogind.git Prep v239: Mask definition of config_parse_mode, we do not need that. --- 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,