Remove some unused structs and fields
Signed-off-by: Alexander Morozov <lk4d4@docker.com> Upstream-commit: 0a352e1a906fbf7592aa95d6327776236d13392a Component: engine
This commit is contained in:
@@ -121,7 +121,6 @@ func printOutput(event eventtypes.Message, output io.Writer) {
|
||||
type eventHandler struct {
|
||||
handlers map[string]func(eventtypes.Message)
|
||||
mu sync.Mutex
|
||||
closed bool
|
||||
}
|
||||
|
||||
func (w *eventHandler) Handle(action string, h func(eventtypes.Message)) {
|
||||
|
||||
Reference in New Issue
Block a user