From: Todd C. Miller Date: Sat, 6 Mar 2010 19:29:32 +0000 (-0500) Subject: g/c unused SIGCHLD handler X-Git-Tag: SUDO_1_8_0~840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d73f580f5a02305917a17b9caf0a7aaffd085e32;p=sudo g/c unused SIGCHLD handler --- diff --git a/src/sudo.c b/src/sudo.c index 2af5ab704..71cf4a9a7 100644 --- a/src/sudo.c +++ b/src/sudo.c @@ -729,14 +729,6 @@ done: return errno; } -static sig_atomic_t sigchld; - -static void -sigchild(int s) -{ - sigchld = 1; -} - /* * Run the command and wait for it to complete. */