chiark / gitweb /
Prep v234.4: ake all supportable API functions visible (v234 addition).
[elogind.git] / src / libelogind / sd-daemon / sd-daemon.c
index 160bfa7c5d47c19811001e1165e3f2cf56d60a2d..47fc3a422fe9c480c7491d8e1f0e4d0b9387101a 100644 (file)
@@ -44,7 +44,6 @@
 
 #define SNDBUF_SIZE (8*1024*1024)
 
-#if 0 /// UNNEEDED by elogind
 static void unsetenv_all(bool unset_environment) {
 
         if (!unset_environment)
@@ -145,7 +144,6 @@ _public_ int sd_listen_fds_with_names(int unset_environment, char ***names) {
 
         return n_fds;
 }
-#endif // 0
 
 _public_ int sd_is_fifo(int fd, const char *path) {
         struct stat st_fd;