]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/DS.pm
inbox: fix periodic git process cleanup
[public-inbox.git] / lib / PublicInbox / DS.pm
index 856884bbb9130e7dff9065e05619e98b385d1634..62aa3c2d94aa6bff6f4007937b52b45fbd1c64de 100644 (file)
@@ -255,8 +255,6 @@ sub reap_pids {
 # reentrant SIGCHLD handler (since reap_pids is not reentrant)
 sub enqueue_reap ($) { push @$nextq, \&reap_pids };
 
-sub running () { ($SIG{CHLD} // '') eq \&enqueue_reap }
-
 sub EpollEventLoop {
     local $in_loop = 1;
     do {