mirror of https://github.com/docker/docs.git
Remove unused field from engine.Job
Signed-off-by: Solomon Hykes <solomon@docker.com>
This commit is contained in:
parent
20b0841c1b
commit
92105ea0fa
|
@ -32,7 +32,6 @@ type Job struct {
|
||||||
handler Handler
|
handler Handler
|
||||||
status Status
|
status Status
|
||||||
end time.Time
|
end time.Time
|
||||||
onExit []func()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Status int
|
type Status int
|
||||||
|
|
Loading…
Reference in New Issue