From 738fe14bffc934e4d7642cf6195c750662153090 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Thu, 23 Aug 2018 08:45:18 +0200 Subject: Prep v239: Mask definition of config_parse_mode, we do not need that. --- src/shared/conf-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3