LibRegex: Remove duplicated assignments

This commit is contained in:
Pavel Shliak 2024-12-20 02:33:10 +04:00 committed by Andreas Kling
parent 78595f05d8
commit 7dd7f77219
Notes: github-actions[bot] 2024-12-22 11:35:01 +00:00

View file

@ -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();