Skip to content

Commit

Permalink
Remove unneeded nil post-drain rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Mar 20, 2018
1 parent bd9e770 commit cfc5e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scheduler/generic_sched.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ func (s *GenericScheduler) process() (bool, error) {
numTaskGroups = len(s.job.TaskGroups)
}
s.queuedAllocs = make(map[string]int, numTaskGroups)
s.followUpEvals = nil

// Create a plan
s.plan = s.eval.MakePlan(s.job)
Expand Down

0 comments on commit cfc5e45

Please sign in to comment.