chiark / gitweb /
Cleaned up more unneeded functions and types in:
[elogind.git] / src / shared / conf-parser.c
index 588532fae8c7172df3d0d65af8ef943669a0cb7c..b803c57e7aec1a8a039ecf9a926f0a28f79859bb 100644 (file)
@@ -455,7 +455,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)
-DEFINE_PARSER(nsec, nsec_t, parse_nsec)
+// UNNEEDED DEFINE_PARSER(nsec, nsec_t, parse_nsec)
 DEFINE_PARSER(sec, usec_t, parse_sec)
 
 int config_parse_iec_size(const char* unit,