Remove remaining strongname validation on Windows
authorJan Kotas <jkotas@microsoft.com>
Sun, 13 Mar 2016 19:09:22 +0000 (12:09 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 13 Mar 2016 19:09:22 +0000 (12:09 -0700)
commite73cc0e8b8d04eaa6f49fdd97fdb89f079fb0d07
treedfe508e3ba64482af97249214063c5e73d5c478e
parent7f9474cf017a31ed09a0af00ff0988295e46a89b
Remove remaining strongname validation on Windows

CodeCLR always skips strongname validation. Some code for strong name validation was still compiled for Windows, but not for Unix. This change removes the differences between Windows and Unix by never compiling the strong name validation code in.
src/strongname/api/strongname.cpp
src/vm/pefile.cpp
src/vm/peimage.inl