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
1 changed files with 0 additions and 1 deletions

View File

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