Remove redundant comment (dotnet/coreclr#26369)
authorMatt Warren <matt.warren@live.co.uk>
Mon, 26 Aug 2019 12:22:10 +0000 (13:22 +0100)
committerJan Kotas <jkotas@microsoft.com>
Mon, 26 Aug 2019 12:22:09 +0000 (05:22 -0700)
commitc31245313ec79f05776d4768a7f1b5a39d2b8b68
tree8a01bc8515bdd6b9fe5d438ac98076c60cd179ed
parente421481eb822c6d3d69e1deba7eab12d56ab77f7
Remove redundant comment (dotnet/coreclr#26369)

It *seems* that this comment is redundant, there is no longer any code that does the checks it's describing (I assume that the security-related code was removed at some point?)

Also the `_ASSERTE(..)` statement is a duplicate of the one above, so it's also redundant

Commit migrated from https://github.com/dotnet/coreclr/commit/49b5a0513d73894b2e4fdc5f527546bf674ca37d
src/coreclr/src/vm/prestub.cpp