Remove some unused structs and fields

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: 0a352e1a906fbf7592aa95d6327776236d13392a
Component: engine
This commit is contained in:
Alexander Morozov
2016-03-01 09:59:29 -08:00
parent e740d4f911
commit cf6760a787
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -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)) {