Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused scratchBuffer field
  • Loading branch information
Poker-sang committed Oct 24, 2023
commit 6fed95b5165f4216d9cb476d54fbd3e7faf5f59b
5 changes: 0 additions & 5 deletions src/ImageSharp/Formats/Webp/BitWriter/BitWriterBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ internal abstract class BitWriterBase
/// </summary>
private byte[] buffer;

/// <summary>
/// A scratch buffer to reduce allocations.
/// </summary>
private ScratchBuffer scratchBuffer; // mutable struct, don't make readonly

/// <summary>
/// Initializes a new instance of the <see cref="BitWriterBase"/> class.
/// </summary>
Expand Down