mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Remove unused function
This commit is contained in:
committed by
Dan Christian Bogos
parent
4cba023934
commit
1c97a99306
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user