chiark / gitweb /
Prep v233.2: Mask unneeded functions and definitions in src/basic
[elogind.git] / src / basic / log.c
index 2c8e5738e845168f00a48b27b99009241bb23d7e..6827b97e6a706a4dabf32e973c9eddca432e3bce 100644 (file)
@@ -1195,6 +1195,8 @@ int log_syntax_internal(
                         NULL);
 }
 
+#if 0 /// UNNEEDED by elogind
 void log_set_always_reopen_console(bool b) {
         always_reopen_console = b;
 }
+#endif // 0