We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198b79c commit c02160cCopy full SHA for c02160c
libcxx/include/regex
@@ -5905,7 +5905,6 @@ basic_regex<_CharT, _Traits>::__match_at_start_posix_subs(
5905
__states.back().__node_ = __st;
5906
__states.back().__flags_ = __flags;
5907
__states.back().__at_first_ = __at_first;
5908
- const _CharT* __current = __first;
5909
bool __matched = false;
5910
int __counter = 0;
5911
int __length = __last - __first;
@@ -5945,8 +5944,6 @@ basic_regex<_CharT, _Traits>::__match_at_start_posix_subs(
5945
5944
__states.pop_back();
5946
break;
5947
case __state::__accept_and_consume:
5948
- __current = __s.__current_;
5949
- break;
5950
case __state::__repeat:
5951
case __state::__accept_but_not_consume:
5952
0 commit comments