summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2019-04-02 17:26:03 -0700
committerShentubot <shentubot@google.com>2019-04-02 17:27:05 -0700
commitf9431fb20f24834dd1d5c450631bdfa04fe042f4 (patch)
tree6956e05cf0a905a41dc8391d0ff1ef2353733473 /runsc/boot
parentd14a7de65865e14383e3c4e68400446189b2e5e8 (diff)
Remove obsolete TODO.
PiperOrigin-RevId: 241637164 Change-Id: I65476a739cf38f1818dc47f6ce60638dec8b77a8
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/controller.go1
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