chiark / gitweb /
Prep v233.2: Mask unneeded functions and definitions in src/basic
[elogind.git] / src / basic / env-util.c
index 1ec574e8a0e3d77a96bef77fb9cb2d29b2f4b974..c41d9dad86ad0e419cb8899436d9625db67486f9 100644 (file)
@@ -122,6 +122,7 @@ bool env_assignment_is_valid(const char *e) {
         return true;
 }
 
+#if 0 /// UNNEEDED by elogind
 bool strv_env_is_valid(char **e) {
         char **p, **q;
 
@@ -247,7 +248,7 @@ fail:
 
         return NULL;
 }
-
+S
 static bool env_match(const char *t, const char *pattern) {
         assert(t);
         assert(pattern);
@@ -804,3 +805,4 @@ int deserialize_environment(char ***environment, const char *line) {
 
         return strv_env_replace(environment, uce);
 }
+#endif // 0