Delete dangling comment line.

This was from an old comment, which was superseded by the
existing comment which is correct.

PiperOrigin-RevId: 254434535
This commit is contained in:
Nicolas Lacasse 2019-06-21 11:23:00 -07:00 committed by gVisor bot
parent 054b5632ef
commit 335fd987b0
1 changed files with 0 additions and 1 deletions

View File

@ -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 // Note that the Ctty field must be the FD of the TTY in the
// *new* process, not this process. Since we are about to // *new* process, not this process. Since we are about to
// assign the TTY to nextFD, we can use that value here. // assign the TTY to nextFD, we can use that value here.
// stdin, we can use FD 0 here.
cmd.SysProcAttr.Setctty = true cmd.SysProcAttr.Setctty = true
cmd.SysProcAttr.Ctty = nextFD cmd.SysProcAttr.Ctty = nextFD