summaryrefslogtreecommitdiff
path: root/src/basic/exec-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-18 08:04:37 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-18 09:36:12 +0200
commit54225bd06a4e1486277639fd0c1518968f264b42 (patch)
tree98c1a34113a8464806e93e03b385c6e0a3c9ed08 /src/basic/exec-util.c
parentcb7968de9b62d0210c8212f92d932930f99a7a0c (diff)
Prep v233.2: Mask unneeded functions and definitions in src/basic
Diffstat (limited to 'src/basic/exec-util.c')
-rw-r--r--src/basic/exec-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/exec-util.c b/src/basic/exec-util.c
index aced9e8e3..e542d5c93 100644
--- a/src/basic/exec-util.c
+++ b/src/basic/exec-util.c
@@ -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