Skip to content

Commit c184ec2

Browse files
committed
chore: remove misleading comment
1 parent d467e95 commit c184ec2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

reaper.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ func reapChildren(superCrondPid int) syscall.WaitStatus {
8888
break
8989
}
9090

91-
// when supercronic exit, may left some process
92-
// expamle like "supercronic" -> B -> C
93-
// B exit, C may exist
9491
if superCrondPid == pid {
9592
logrus.Debugf("supercronic exit, pid=%d, wstatus=%+v, err=%+v\n", pid, wstatus, err)
9693
return wstatus

0 commit comments

Comments
 (0)