Skip to content

Commit e5b7655

Browse files
SimonCroppCopilot
andauthored
Update src/Verify/Serialization/Scrubbers/DirectoryReplacements_StringBuilder.cs
Co-authored-by: Copilot <[email protected]>
1 parent d89326b commit e5b7655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Verify/Serialization/Scrubbers/DirectoryReplacements_StringBuilder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ static bool IsPathMatchAt(CharSpan chunk, int chunkPos, string find)
269269
sealed class MatchContext(List<Pair> pairs)
270270
{
271271
public List<Pair> Pairs { get; } = pairs;
272-
public int MaxLength { get; } = pairs.Count > 0 ? pairs[0].Find.Length : 0;
273-
274272
List<(int Start, int End)> matchedRanges = [];
275273

276274
public void AddMatchedRange(int start, int end) =>

0 commit comments

Comments
 (0)