Skip to content

Commit f511b3e

Browse files
committed
Removed redundant interface
1 parent e338ffe commit f511b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNext/Buffers/IReadOnlySpanConsumer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ValueTask ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>.Invoke(Read
147147
/// </summary>
148148
/// <typeparam name="T">The type of the consumer argument.</typeparam>
149149
[StructLayout(LayoutKind.Auto)]
150-
public readonly record struct BufferConsumer<T> : IReadOnlySpanConsumer<T>, IEquatable<BufferConsumer<T>>
150+
public readonly record struct BufferConsumer<T> : IReadOnlySpanConsumer<T>
151151
{
152152
private readonly IBufferWriter<T> output;
153153

0 commit comments

Comments
 (0)