mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove unused field from engine.Job
Signed-off-by: Solomon Hykes <solomon@docker.com>
This commit is contained in:
parent
20b0841c1b
commit
92105ea0fa
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ type Job struct {
|
|||
handler Handler
|
||||
status Status
|
||||
end time.Time
|
||||
onExit []func()
|
||||
}
|
||||
|
||||
type Status int
|
||||
|
|
Loading…
Reference in a new issue