From 09f83a337f56aff2c138b687e36e43ce11a30941 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Fri, 7 Jun 2019 15:42:04 -0700 Subject: [PATCH] Remove an unused TODO. Signed-off-by: Lantao Liu --- pkg/store/container/status.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/store/container/status.go b/pkg/store/container/status.go index 2fe2bfb5f..fedd42a0e 100644 --- a/pkg/store/container/status.go +++ b/pkg/store/container/status.go @@ -90,7 +90,6 @@ type Status struct { Message string // Starting indicates that the container is in starting state. // This field doesn't need to be checkpointed. - // TODO(now): Add unit test. Starting bool `json:"-"` // Removing indicates that the container is in removing state. // This field doesn't need to be checkpointed.