We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c260b2 commit 6fed95bCopy full SHA for 6fed95b
src/ImageSharp/Formats/Webp/BitWriter/BitWriterBase.cs
@@ -22,11 +22,6 @@ internal abstract class BitWriterBase
22
/// </summary>
23
private byte[] buffer;
24
25
- /// <summary>
26
- /// A scratch buffer to reduce allocations.
27
- /// </summary>
28
- private ScratchBuffer scratchBuffer; // mutable struct, don't make readonly
29
-
30
/// <summary>
31
/// Initializes a new instance of the <see cref="BitWriterBase"/> class.
32
0 commit comments