Remove unused field from engine.Job

Signed-off-by: Solomon Hykes <solomon@docker.com>
Upstream-commit: 92105ea0fa774607ea4c7f487aedfd22eb5598bc
Component: engine
This commit is contained in:
Solomon Hykes
2014-08-07 20:10:49 +00:00
parent 90ba5c6273
commit 145b9864d4

View File

@ -32,7 +32,6 @@ type Job struct {
handler Handler
status Status
end time.Time
onExit []func()
}
type Status int