Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 7bdadcc

Browse files
committed
Remove test
1 parent 1af4292 commit 7bdadcc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/System.IO.Pipelines/ReadableBuffer.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ public struct ReadableBuffer : ISequence<ReadOnlyMemory<byte>>
5555

5656
internal ReadableBuffer(ReadCursor start, ReadCursor end)
5757
{
58-
if (!end.IsEnd && !end.GreaterOrEqual(start))
59-
{
60-
ThrowHelper.ThrowArgumentException_ReadableBufferCtor();
61-
}
62-
6358
_start = start;
6459
_end = end;
6560
_length = -1;

0 commit comments

Comments
 (0)