Remove an unused TODO.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-06-07 15:42:04 -07:00
parent ac9f8e1c4d
commit 09f83a337f

View File

@ -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.