Remove unused field from engine.Job
Signed-off-by: Solomon Hykes <solomon@docker.com> Upstream-commit: 92105ea0fa774607ea4c7f487aedfd22eb5598bc Component: engine
This commit is contained in:
@ -32,7 +32,6 @@ type Job struct {
|
||||
handler Handler
|
||||
status Status
|
||||
end time.Time
|
||||
onExit []func()
|
||||
}
|
||||
|
||||
type Status int
|
||||
|
||||
Reference in New Issue
Block a user