Skip to content

Commit

Permalink
- span cannto be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Poppyto committed Jul 6, 2023
1 parent 694218d commit dff8568
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ internal Span<byte> ReadBytes(int offset, Span<byte> destination)
offset += BaseOffset;
Validate(offset, destination.Length);
Debug.Assert(0 == offset % ADP.PtrSize, "invalid alignment");
Debug.Assert(null != destination, "null destination");

bool mustRelease = false;

Expand Down

0 comments on commit dff8568

Please sign in to comment.