1
0
Fork 0
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:
Solomon Hykes 2014-08-07 20:10:49 +00:00
parent 20b0841c1b
commit 92105ea0fa

View file

@ -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