From d71b3f5344bd429f12cbdc1c80335e0d41e05558 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 23 Feb 2018 15:00:35 -0800 Subject: [PATCH] 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 --- libcontainer/sync.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libcontainer/sync.go b/libcontainer/sync.go index cf7b45bc..8c7d8018 100644 --- a/libcontainer/sync.go +++ b/libcontainer/sync.go @@ -19,11 +19,6 @@ type syncType string // procHooks --> [run hooks] // <-- procResume // -// procConsole --> -// <-- procConsoleReq -// [send(fd)] --> [recv(fd)] -// <-- procConsoleAck -// // procReady --> [final setup] // <-- procRun const (