Undo unnecessary BinaryReader::ReadOneChar/InternalReadOneChar split (dotnet/coreclr...
authorJan Kotas <jkotas@microsoft.com>
Mon, 9 Jul 2018 13:50:13 +0000 (06:50 -0700)
committerStephen Toub <stoub@microsoft.com>
Mon, 9 Jul 2018 13:50:13 +0000 (09:50 -0400)
commita1ef045424bf97e4ec3c526aee17457f4b6d3efd
tree04ff99c96b6016b8e545ec85e422a0f6b14f1c3f
parentbc7b8af47bdf9f26cdf81d6057117ed9023f9638
Undo unnecessary BinaryReader::ReadOneChar/InternalReadOneChar split (dotnet/coreclr#18830)

This method had misleading comment that this split is required for performance. It was the case when
InternalReadOneChar was called from other places in CoreLib. These calls do not exist anymore.

Commit migrated from https://github.com/dotnet/coreclr/commit/4aac6883e54d53b41567b6b999559901d7efd4ec
src/coreclr/src/System.Private.CoreLib/src/System/IO/BinaryReader.cs