You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -676,7 +676,7 @@ private bool FindEndPositionDeltasDFANoSkip(ReadOnlySpan<char> input, int length
676
676
intendStateId=endStateIdRef;
677
677
intcurrStateId=startStateId;
678
678
// ldfld only once
679
-
intdeadStateId=_deadStateId;
679
+
// int deadStateId = _deadStateId;
680
680
try
681
681
{
682
682
// Loop through each character in the input, transitioning from state to state for each.
@@ -687,7 +687,7 @@ private bool FindEndPositionDeltasDFANoSkip(ReadOnlySpan<char> input, int length
0 commit comments