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

Remove an addressed TODO.
This commit is contained in:
Lantao Liu 2017-09-06 17:11:36 -07:00 committed by GitHub
commit a316d1557f

View File

@ -65,7 +65,6 @@ type criContainerdService struct {
// rootDir is the directory for managing cri-containerd files.
rootDir string
// sandboxImage is the image to use for sandbox container.
// TODO(random-liu): Make this configurable via flag.
sandboxImage string
// snapshotter is the snapshotter to use in containerd.
snapshotter string