summaryrefslogtreecommitdiffstats
path: root/piper.c
diff options
context:
space:
mode:
Diffstat (limited to 'piper.c')
-rw-r--r--piper.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/piper.c b/piper.c
index 39e76b5..7cfda3c 100644
--- a/piper.c
+++ b/piper.c
@@ -173,18 +173,6 @@ signal_procs()
sendsignal = 0;
}
-/*int
-check_pid_running(pid_t pid)
-{
- if (pid == -1)
- return 0;
-
- if (kill(pid, 0) == -1)
- return 0;
- else
- return 1;
-}*/
-
void
handle_nonfatal(int sig, siginfo_t *siginfo, void *ucontext)
{