Skip to content

Commit 7228df4

Browse files
Remove the count param
1 parent 93250a6 commit 7228df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ballerina/utils.bal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ readonly class MatchGroups {
4444
private int startIndex;
4545
private string? value;
4646
private string regex;
47-
int count;
4847

4948
isolated function init(handle matcher, int startIndex, string regex = "", string? value = ()) {
5049
self.matcher = matcher;

0 commit comments

Comments
 (0)