Remove unused function

This commit is contained in:
TeoV
2020-09-23 11:23:46 +03:00
committed by Dan Christian Bogos
parent 4cba023934
commit 1c97a99306

View File

@@ -327,12 +327,6 @@ func (sq *StatQueue) Expand() {
sq.SQItems = newSQItems
}
//UpdateStatQueue will update the statQueue metrics based on a new ttl and queueLength
func (sq *StatQueue) UpdateStatQueue(ttl *time.Duration, queueLen int) (err error) {
return
}
// StatQueues is a sortable list of StatQueue
type StatQueues []*StatQueue