Browse Source

Remove unused field from engine.Job

Signed-off-by: Solomon Hykes <solomon@docker.com>
Solomon Hykes 11 years ago
parent
commit
92105ea0fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      engine/job.go

+ 0 - 1
engine/job.go

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