mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 07:00:10 +00:00
Remove dead or redundant code
Signed-off-by: David Gageot <david.gageot@docker.com>
This commit is contained in:
@@ -114,7 +114,7 @@ func ringBufferHandler(ringSize, chanSize int, logCh chan logEntry, queryMsgChan
|
||||
conn: msg.conn,
|
||||
output: make(chan *logEntry, chanSize),
|
||||
err: nil,
|
||||
exitOnEOF: (msg.mode == logDump),
|
||||
exitOnEOF: msg.mode == logDump,
|
||||
}
|
||||
go logQueryHandler(&l)
|
||||
if msg.mode == logDumpFollow || msg.mode == logFollow {
|
||||
|
Reference in New Issue
Block a user