diff options
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/controller.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go index ed78e8070..2488981f9 100644 --- a/runsc/boot/controller.go +++ b/runsc/boot/controller.go @@ -193,7 +193,6 @@ type StartArgs struct { // Spec is the spec of the container to start. Spec *specs.Spec - // TODO: Separate sandbox and container configs. // Config is the runsc-specific configuration for the sandbox. Conf *Config |