chiark / gitweb /
Prep v232: Mask new functions that are unneeded by elogind
[elogind.git] / src / basic / parse-util.c
index bfdf483229045c18eef1835825798cfd24a8e25a..b1cad55e7c1915090ff5f980f3d2ebe8677bdee6 100644 (file)
@@ -567,6 +567,7 @@ int parse_percent(const char *p) {
         return v;
 }
 
+#if 0 /// UNNEEDED by elogind
 int parse_nice(const char *p, int *ret) {
         int n, r;
 
@@ -580,3 +581,4 @@ int parse_nice(const char *p, int *ret) {
         *ret = n;
         return 0;
 }
+#endif // 0