mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
Remove unused field from engine.Job
Signed-off-by: Solomon Hykes <solomon@docker.com>
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