Cleanup some code.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-06-02 02:15:44 +00:00
parent a4e067cdff
commit 95e0fc694f
3 changed files with 0 additions and 14 deletions

View File

@@ -152,7 +152,6 @@ func (c *criContainerdService) RunPodSandbox(ctx context.Context, r *runtime.Run
TypeUrl: runtimespec.Version,
Value: rawSpec,
},
// TODO(random-liu): [P0] Get rootfs mount from containerd.
Rootfs: rootfsMounts,
Runtime: defaultRuntime,
// No stdin for sandbox container.