Remove out-of-date TODOs.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-06-30 01:19:28 +00:00
parent 7174310f95
commit faf592069b
3 changed files with 0 additions and 7 deletions

View File

@@ -29,7 +29,6 @@ import (
)
// RemoveImage removes the image.
// TODO(mikebrow): harden api
// TODO(random-liu): Update CRI to pass image reference instead of ImageSpec. (See
// kubernetes/kubernetes#46255)
// TODO(random-liu): We should change CRI to distinguish image id and image spec.