X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fexec-util.c;fp=src%2Fbasic%2Fexec-util.c;h=e542d5c93ec22c43c2819cf8ffa26695dea97566;hp=aced9e8e3db80004d2b5d398ed36640bf032e3a2;hb=54225bd06a4e1486277639fd0c1518968f264b42;hpb=cb7968de9b62d0210c8212f92d932930f99a7a0c 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