chiark / gitweb /
Prep v227: Clean up some headers in src/systemd
[elogind.git] / src / libelogind / sd-daemon / sd-daemon.c
index c6224f8c7031eb12c6982c12f25fc8feb8f4103e..b26ecf26d5fff5d0c6041aeae6b26639df21fc3d 100644 (file)
@@ -513,9 +513,12 @@ finish:
         return r;
 }
 
+/// UNNEEDED by elogind
+#if 0
 _public_ int sd_pid_notify(pid_t pid, int unset_environment, const char *state) {
         return sd_pid_notify_with_fds(pid, unset_environment, state, NULL, 0);
 }
+#endif // 0
 
 _public_ int sd_notify(int unset_environment, const char *state) {
         return sd_pid_notify_with_fds(0, unset_environment, state, NULL, 0);