Delete special handling of IJW RVA fields at NGen time (dotnet/coreclr#11818)
authorJan Kotas <jkotas@microsoft.com>
Tue, 23 May 2017 22:09:03 +0000 (15:09 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 22:09:03 +0000 (15:09 -0700)
commiteef4bf6a6d32564f34713641609f3ad6e139bb60
treeb1ceee4f6b24da47f229dd21fb2b9fb2c22c0ac5
parentc0f484523f942c707648d662585645ef24d60b1b
Delete special handling of IJW RVA fields at NGen time (dotnet/coreclr#11818)

Mixed mode managed C++ is not supported by CoreCLR so this is not needed for anything.

Fixes dotnet/coreclr#11761

Commit migrated from https://github.com/dotnet/coreclr/commit/4229c5d7ea196c93dc8b76c8718929a2e4ff94ed
src/coreclr/src/inc/corcompile.h
src/coreclr/src/vm/ceeload.cpp
src/coreclr/src/vm/compile.cpp
src/coreclr/src/vm/field.cpp
src/coreclr/src/vm/field.h
src/coreclr/src/zap/zapinfo.cpp