Skip to content

Commit 4500695

Browse files
committed
Update CrossChunkMatcher.cs
1 parent 8ea715c commit 4500695

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Verify/Serialization/Scrubbers/CrossChunkMatcher.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ static class CrossChunkMatcher
1212
/// <param name="onCrossChunk">Called for each potential cross-chunk match position</param>
1313
/// <param name="onWithinChunk">Called for each position within a chunk</param>
1414
/// <param name="getMatches">Retrieves the list of matches from the context</param>
15-
/// <param name="getLength">Gets the original length from a match</param>
16-
/// <param name="getValue">Gets the replacement value from a match</param>
1715
public static void ReplaceAll<TContext>(
1816
StringBuilder builder,
1917
int carryoverSize,

0 commit comments

Comments
 (0)