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 b79e61f commit ffd5c36Copy full SHA for ffd5c36
src/ImageSharp/IO/ChunkedMemoryStream.cs
@@ -47,8 +47,6 @@ internal sealed class ChunkedMemoryStream : Stream
47
/// <param name="allocator">The memory allocator.</param>
48
public ChunkedMemoryStream(MemoryAllocator allocator)
49
{
50
- Guard.NotNull(allocator, nameof(allocator));
51
-
52
this.allocatorCapacity = allocator.GetBufferCapacityInBytes();
53
this.allocator = allocator;
54
}
0 commit comments