From 54225bd06a4e1486277639fd0c1518968f264b42 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 18 Jul 2017 08:04:37 +0200 Subject: Prep v233.2: Mask unneeded functions and definitions in src/basic --- src/basic/exec-util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/basic/exec-util.c') 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 -- cgit v1.2.3