Skip to content

Commit 4690bb6

Browse files
committed
Fix linter warnings
1 parent 135ad19 commit 4690bb6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libbeat/otelbeat/oteltest/oteltest.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ func (h *MockHost) Report(evt *componentstatus.Event) {
5757
h.Evt = evt
5858
}
5959

60-
func (h *MockHost) getEvent() *componentstatus.Event {
61-
h.mu.Lock()
62-
defer h.mu.Unlock()
63-
return h.Evt
64-
}
65-
6660
type ReceiverConfig struct {
6761
// Name is the unique identifier for the component
6862
Name string

0 commit comments

Comments
 (0)