Skip to content

Commit

Permalink
Fix deadcode lint issue found in job_status_checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Apr 25, 2018
1 parent 82c1028 commit 7a18079
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions levant/job_status_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import (
"github.com/jrasell/levant/logging"
)

// initialTaskHealth is the Levant health status associated to a Task when it is
// initially discovered as part of the deployment.
const initialTaskHealth = "unknown"

// TaskCoordinate is a coordinate for an allocation/task combination
type TaskCoordinate struct {
Alloc string
Expand Down

0 comments on commit 7a18079

Please sign in to comment.