Skip to content

Commit

Permalink
Obsolete unused and confusing method
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Nov 28, 2024
1 parent 3ca4fd8 commit a663e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/src/util/io/Streams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public static byte[] ReadAll(Stream inStr)
return buf.ToArray();
}

[Obsolete("Will be removed")]
public static byte[] ReadAll(MemoryStream inStr)
{
return inStr.ToArray();
Expand Down

0 comments on commit a663e85

Please sign in to comment.