summaryrefslogtreecommitdiff
path: root/src/vm/peimage.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/peimage.inl')
-rw-r--r--src/vm/peimage.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/peimage.inl b/src/vm/peimage.inl
index 156dae67d6..142012ea54 100644
--- a/src/vm/peimage.inl
+++ b/src/vm/peimage.inl
@@ -388,7 +388,6 @@ inline BOOL PEImage::IsIbcOptimized()
#endif
}
-#ifdef FEATURE_PREJIT
inline PTR_CVOID PEImage::GetNativeManifestMetadata(COUNT_T *pSize)
{
WRAPPER_NO_CONTRACT;
@@ -400,7 +399,6 @@ inline PTR_CVOID PEImage::GetNativeManifestMetadata(COUNT_T *pSize)
return pLayout->GetNativeManifestMetadata(pSize);
}
}
-#endif
inline PTR_CVOID PEImage::GetMetadata(COUNT_T *pSize)
{
@@ -532,8 +530,6 @@ inline PTR_PEImage PEImage::OpenImage(LPCWSTR pPath, MDInternalImportFlags flags
#ifdef FEATURE_PREJIT
if (flags & MDInternalImport_TrustedNativeImage)
pImage->SetIsTrustedNativeImage();
- if (flags & MDInternalImport_NativeImageInstall)
- pImage->SetIsNativeImageInstall();
#endif
pImage->Init(pPath);