From f9431fb20f24834dd1d5c450631bdfa04fe042f4 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 2 Apr 2019 17:26:03 -0700 Subject: [PATCH] Remove obsolete TODO. PiperOrigin-RevId: 241637164 Change-Id: I65476a739cf38f1818dc47f6ce60638dec8b77a8 --- runsc/boot/controller.go | 1 - 1 file changed, 1 deletion(-) 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