Skip to content

Commit

Permalink
exp/metrics: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0rez committed Sep 23, 2024
1 parent 52937cf commit 84a4210
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/exp/metrics/identity/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ func OfStream[DataPoint attrPoint](m Metric, dp DataPoint) Stream {
type attrPoint interface {
Attributes() pcommon.Map
}

func Compare[T interface{ Hash() hash.Hash64 }](a, b T) int {
return int(a.Hash().Sum64() - b.Hash().Sum64())
}

0 comments on commit 84a4210

Please sign in to comment.