Skip to content

Commit 6fed95b

Browse files
committed
remove unused scratchBuffer field
1 parent 2c260b2 commit 6fed95b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ImageSharp/Formats/Webp/BitWriter/BitWriterBase.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ internal abstract class BitWriterBase
2222
/// </summary>
2323
private byte[] buffer;
2424

25-
/// <summary>
26-
/// A scratch buffer to reduce allocations.
27-
/// </summary>
28-
private ScratchBuffer scratchBuffer; // mutable struct, don't make readonly
29-
3025
/// <summary>
3126
/// Initializes a new instance of the <see cref="BitWriterBase"/> class.
3227
/// </summary>

0 commit comments

Comments
 (0)