libcontainer/sync: Drop procConsole transaction from comments
These were added in244c9fc4
(*: console rewrite, 2016-06-04, #1018) alongside procConsole and the associated handling. procConsole and that handling were removed in00a0ecf5
(Add separate console socket, 2017-03-02, #1356), but00a0ecf5
missed this comment. Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
b50fa98d9e
commit
d71b3f5344
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue