mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
LibRegex: Remove duplicated assignments
This commit is contained in:
parent
78595f05d8
commit
7dd7f77219
Notes:
github-actions[bot]
2024-12-22 11:35:01 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/7dd7f77219c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2984 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/gmta
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue