X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fconf-parser.c;fp=src%2Fshared%2Fconf-parser.c;h=fa5a5da67390977d090c1f74980ad404b997c7b9;hb=4084669c7f802c9745bcb6bed77bdaf49ffd896d;hp=0899509d7a03f9413e6b460e0c349a1ea3901024;hpb=6053df4ee3a205f25b67f43ece1ff4d1202b7edb;p=elogind.git diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c index 0899509d7..fa5a5da67 100644 --- a/src/shared/conf-parser.c +++ b/src/shared/conf-parser.c @@ -459,8 +459,7 @@ DEFINE_PARSER(uint32, uint32_t, safe_atou32); DEFINE_PARSER(uint64, uint64_t, safe_atou64); DEFINE_PARSER(unsigned, unsigned, safe_atou); DEFINE_PARSER(double, double, safe_atod); -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind DEFINE_PARSER(nsec, nsec_t, parse_nsec); #endif // 0 DEFINE_PARSER(sec, usec_t, parse_sec); @@ -496,8 +495,7 @@ int config_parse_iec_size(const char* unit, return 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int config_parse_si_size(const char* unit, const char *filename, unsigned line, @@ -584,8 +582,7 @@ int config_parse_bool(const char* unit, return 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int config_parse_tristate( const char* unit, const char *filename, @@ -759,8 +756,7 @@ int config_parse_strv(const char *unit, return 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int config_parse_log_facility( const char *unit, const char *filename, @@ -852,8 +848,7 @@ int config_parse_signal( return 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int config_parse_personality( const char *unit, const char *filename,