Rename LIST_HEAD to INITIALIZED_LIST_HEAD.
[paraslash.git] / signal.c
index 59a0d45aba7ad975fc287862308891435c4e9095..da395157c29ae8aff0459a2731e10ae7a13e90e6 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -102,20 +102,6 @@ int para_reap_child(pid_t *pid)
        return 1;
 }
 
        return 1;
 }
 
-/**
- * Paraslash's zombie killer.
- *
- * It just calls \p para_reap_child() until there are no more children left to
- * reap.
- */
-void para_reap_children(void)
-{
-       pid_t pid;
-
-       while (para_reap_child(&pid) > 0)
-               ; /* nothing */
-}
-
 /**
  * Install the given handler for the given signal.
  *
 /**
  * Install the given handler for the given signal.
  *