Skip to content

Commit

Permalink
chore: remove unused property on RegexpMatcher (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: lucarin91 <[email protected]>
  • Loading branch information
lucarin91 authored Jul 4, 2024
1 parent 972387f commit ca5f6d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matcher_regexp.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ func NewRegexpMatcher(size int) *RegexpMatcher {

type RegexpMatcher struct {
*lru.Cache

C map[string]*regexp2.Regexp
}

func (m *RegexpMatcher) get(pattern string) *regexp2.Regexp {
Expand Down

0 comments on commit ca5f6d6

Please sign in to comment.