diff --git a/containerd-shim-v2/wait.go b/containerd-shim-v2/wait.go index f99bca47f2..11a88c9d22 100644 --- a/containerd-shim-v2/wait.go +++ b/containerd-shim-v2/wait.go @@ -117,7 +117,6 @@ func watchSandbox(s *service) { } } } - s.containers = make(map[string]*container) // Existing container/exec will be cleaned up by its waiters. // No need to send async events here.