From 335fd987b0d4f7c8e9a720b68fa5f3848500db51 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 21 Jun 2019 11:23:00 -0700 Subject: [PATCH] Delete dangling comment line. This was from an old comment, which was superseded by the existing comment which is correct. PiperOrigin-RevId: 254434535 --- runsc/sandbox/sandbox.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runsc/sandbox/sandbox.go b/runsc/sandbox/sandbox.go index 54ed7f990..3bd0291c0 100644 --- a/runsc/sandbox/sandbox.go +++ b/runsc/sandbox/sandbox.go @@ -440,7 +440,6 @@ func (s *Sandbox) createSandboxProcess(conf *boot.Config, args *Args, startSyncF // Note that the Ctty field must be the FD of the TTY in the // *new* process, not this process. Since we are about to // assign the TTY to nextFD, we can use that value here. - // stdin, we can use FD 0 here. cmd.SysProcAttr.Setctty = true cmd.SysProcAttr.Ctty = nextFD