Skip to content

Commit

Permalink
internal/state: Redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
susji committed Apr 9, 2024
1 parent 18e5c74 commit 605c97c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ type Pair[T comparable] struct {
Value T
}

func (p Pair[T]) Equal(p2 Pair[T]) bool {
return p.Value == p2.Value && p.Timestamp.Equal(p2.Timestamp)
}

type Floats map[rawv2.MAC]Pair[float32]
type Uint32s map[rawv2.MAC]Pair[uint32]
type Int16s map[rawv2.MAC]Pair[int16]
Expand Down

0 comments on commit 605c97c

Please sign in to comment.