Removes irrelevant TODO.

PiperOrigin-RevId: 216616873
Change-Id: I4d974ab968058eadd01542081e18a987ef08f50a
This commit is contained in:
Kevin Krakauer
2018-10-10 16:50:59 -07:00
committed by Shentubot
parent 1939cd020f
commit e21ba16d9c
-3
View File
@@ -501,9 +501,6 @@ func (l *Loader) startContainer(k *kernel.Kernel, spec *specs.Spec, conf *Config
caps,
l.k.RootUserNamespace())
// TODO New containers should be started in new PID namespaces
// when indicated by the spec.
procArgs, err := newProcess(cid, spec, creds, l.k)
if err != nil {
return fmt.Errorf("failed to create new process: %v", err)