Skip to content

Commit 72e5e6f

Browse files
committed
remove unused field
1 parent daa9580 commit 72e5e6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/loadgen/eventhandler/apm-collector.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ var (
1313
rumMetaHeader = []byte(`{"m":`)
1414
)
1515

16-
type APMEventCollector struct {
17-
minTimestamp time.Time
18-
}
16+
type APMEventCollector struct{}
1917

2018
func (a *APMEventCollector) Filter(line []byte) error {
2119
if bytes.HasPrefix(line, rumMetaHeader) {

0 commit comments

Comments
 (0)