From: Craig Small Date: Fri, 18 Mar 2022 20:46:53 +0000 (+1100) Subject: killall: remove debug code X-Git-Tag: v23.5rc1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ba019edf4c64b0032c6275a91ba803e9c94f3da;p=psmisc killall: remove debug code --- diff --git a/src/killall.c b/src/killall.c index cd8ed58..78930c8 100644 --- a/src/killall.c +++ b/src/killall.c @@ -325,7 +325,6 @@ my_send_signal( const int sig) { #ifdef __NR_pidfd_send_signal - printf("pidfd FTW\n"); if (pid > 0) /* Not PGID */ return syscall(__NR_pidfd_send_signal, pidfd, sig, NULL, 0); #endif