Skip to content

Commit 6111ba5

Browse files
github-actions[bot]CopilotstrawgateAndersonQ
authored
libbeat/conditions: remove dead condition.raw assignment (#49006)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bill Easton <bill.easton@elastic.co> Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
1 parent 7257769 commit 6111ba5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libbeat/conditions/matcher.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func NewMatcherCondition(
4444
logger *logp.Logger,
4545
) (condition Matcher, err error) {
4646
condition.name = name
47-
condition.raw = fields
4847
condition.matchers = matcherMap{}
4948
condition.raw = rawMap{}
5049
condition.logger = logger

0 commit comments

Comments
 (0)