summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/conf-parser.c')
-rw-r--r--src/shared/conf-parser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c
index 7370c786f..b01aadcd7 100644
--- a/src/shared/conf-parser.c
+++ b/src/shared/conf-parser.c
@@ -487,6 +487,8 @@ int config_parse_iec_size(const char* unit,
return 0;
}
+/// UNNEEDED by elogind
+#if 0
int config_parse_si_size(const char* unit,
const char *filename,
unsigned line,
@@ -544,6 +546,7 @@ int config_parse_iec_off(const char* unit,
return 0;
}
+#endif // 0
int config_parse_bool(const char* unit,
const char *filename,