From 95d78cad59d211e78aa6671ea1952c71ba7f2854 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Tue, 16 Aug 2016 00:54:47 +0800 Subject: [PATCH] Remove obsolete comment about reaper in containerd/main.go (#297) Sigchld reaper has been removed from containerd procss in 847690583f6aa5583617317d12bff50ccbfef96a, so the comment is not need any more. Signed-off-by: Lei Jitang --- containerd/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/containerd/main.go b/containerd/main.go index 51f505d..a6eee73 100644 --- a/containerd/main.go +++ b/containerd/main.go @@ -128,8 +128,6 @@ func main() { } func daemon(context *cli.Context) error { - // setup a standard reaper so that we don't leave any zombies if we are still alive - // this is just good practice because we are spawning new processes s := make(chan os.Signal, 2048) signal.Notify(s, syscall.SIGTERM, syscall.SIGINT) sv, err := supervisor.New(