chiark / gitweb /
Prep v233.2: Mask unneeded functions and definitions in src/basic
[elogind.git] / src / basic / exec-util.c
index aced9e8e3db80004d2b5d398ed36640bf032e3a2..e542d5c93ec22c43c2819cf8ffa26695dea97566 100644 (file)
@@ -252,6 +252,7 @@ int execute_directories(
         return 0;
 }
 
+#if 0 /// UNNEEDED by elogind
 static int gather_environment_generate(int fd, void *arg) {
         char ***env = arg, **x, **y;
         _cleanup_fclose_ FILE *f = NULL;
@@ -358,3 +359,4 @@ const gather_stdout_callback_t gather_environment[] = {
         gather_environment_collect,
         gather_environment_consume,
 };
+#endif // 0