Skip to content

Commit

Permalink
Remove duplicate regexes (matomo-org#7925)
Browse files Browse the repository at this point in the history
* Remove duplicate regex
* Remove duplciate regex

ref matomo-org#7924
  • Loading branch information
liviuconcioiu authored Nov 19, 2024
1 parent 3b24a82 commit dd9938c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions regexes/client/browser_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
- regex: 'Servo'
name: 'Servo'

- regex: 'Goanna'
name: 'Goanna'

- regex: 'Ekioh(?:Flow)?'
name: 'EkiohFlow'

Expand Down
4 changes: 0 additions & 4 deletions regexes/client/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@
name: 'OkHttp'
version: '$1'

- regex: 'HTTP_Request2(?:/(\d+[.\d]+))?'
name: 'HTTP_Request2'
version: '$1'

- regex: 'HTTP_Request2(?:/(\d+[.\d]+))?'
name: 'HTTP_Request2'
version: '$1'
Expand Down

0 comments on commit dd9938c

Please sign in to comment.