summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-11 17:28:25 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commit4084669c7f802c9745bcb6bed77bdaf49ffd896d (patch)
treec1fb17e0f34eeaa56863c920afcb463102f99a8d /src/shared/conf-parser.c
parent6053df4ee3a205f25b67f43ece1ff4d1202b7edb (diff)
Prep v228: Condense elogind source masks (5/5)
Diffstat (limited to 'src/shared/conf-parser.c')
-rw-r--r--src/shared/conf-parser.c15
1 files changed, 5 insertions, 10 deletions
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,