mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibRegex: Remove duplicated assignments
This commit is contained in:
parent
78595f05d8
commit
7dd7f77219
|
|
@ -239,8 +239,6 @@ RegexResult Matcher<Parser>::match(Vector<RegexStringView> const& views, Optiona
|
|||
input.column = match_count;
|
||||
input.match_index = match_count;
|
||||
|
||||
state.string_position = view_index;
|
||||
state.string_position_in_code_units = view_index;
|
||||
state.instruction_position = 0;
|
||||
state.repetition_marks.clear();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user