Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cda1dd8

Browse files
kolyshkinadonovan
authored andcommitted
internal/event/core: remove unused type
The eventLabelMap type (known as eventTagMap before CL 229239) was never ever used. Change-Id: I61621b1565a27c7dd6b4b2b9b872cc9baa5311d3 Reviewed-on: https://go-review.googlesource.com/c/tools/+/702522 Auto-Submit: Kirill Kolyshkin <[email protected]> Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Commit-Queue: Alan Donovan <[email protected]>
1 parent 16ca2f0 commit cda1dd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/event/core/event.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ type Event struct {
2828
dynamic []label.Label // dynamically sized storage for remaining labels
2929
}
3030

31-
// eventLabelMap implements label.Map for a the labels of an Event.
32-
type eventLabelMap struct {
33-
event Event
34-
}
35-
3631
func (ev Event) At() time.Time { return ev.at }
3732

3833
func (ev Event) Format(f fmt.State, r rune) {

0 commit comments

Comments
 (0)