Merge pull request #1160 from Random-Liu/remove-unused-todo

Remove an unused TODO.
This commit is contained in:
Mike Brown 2019-06-10 16:21:42 +02:00 committed by GitHub
commit bc3b49efdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.