libcontainer/sync: Drop procConsole transaction from comments

These were added in 244c9fc4 (*: console rewrite, 2016-06-04, #1018)
alongside procConsole and the associated handling.  procConsole and
that handling were removed in 00a0ecf5 (Add separate console socket,
2017-03-02, #1356), but 00a0ecf5 missed this comment.

Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
W. Trevor King 2018-02-23 15:00:35 -08:00
parent b50fa98d9e
commit d71b3f5344
1 changed files with 0 additions and 5 deletions

View File

@ -19,11 +19,6 @@ type syncType string
// procHooks --> [run hooks] // procHooks --> [run hooks]
// <-- procResume // <-- procResume
// //
// procConsole -->
// <-- procConsoleReq
// [send(fd)] --> [recv(fd)]
// <-- procConsoleAck
//
// procReady --> [final setup] // procReady --> [final setup]
// <-- procRun // <-- procRun
const ( const (