Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 committed Nov 29, 2024
1 parent ac33b8c commit fba6495
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/scheduler/jobdb/jobdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ func (jq jobQueue) has(j *Job) bool {
return jq.fairShareQueue.Has(j)
}

func (jq jobQueue) fairShareIter() *immutable.SortedSetIterator[*Job] {
return jq.fairShareQueue.Iterator()
}

func (jq jobQueue) marketIter() *immutable.SortedSetIterator[*Job] {
return jq.marketQueue.Iterator()
}

func (jq jobQueue) len() int {
return jq.marketQueue.Len()
}
Expand Down

0 comments on commit fba6495

Please sign in to comment.