chiark / gitweb /
Prep v239: Mask definition of config_parse_mode, we do not need that.
[elogind.git] / src / shared / conf-parser.c
index 472c996423be58577a478487b86f725d9cc655b1..e65fee5bce22421aa20a60b2f2b032edee55997c 100644 (file)
@@ -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,
@@ -1137,7 +1137,7 @@ int config_parse_join_controllers(
 
         return 0;
 }
-x
+
 int config_parse_mtu(
                 const char *unit,
                 const char *filename,