Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/vm/domainassembly.cpp')
-rw-r--r--src/coreclr/vm/domainassembly.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/coreclr/vm/domainassembly.cpp b/src/coreclr/vm/domainassembly.cpp
index b8b19bb08b1..47c0fd53a74 100644
--- a/src/coreclr/vm/domainassembly.cpp
+++ b/src/coreclr/vm/domainassembly.cpp
@@ -532,14 +532,6 @@ void DomainAssembly::EagerFixups()
{
GetModule()->RunEagerFixups();
- PEImageLayout * pLayout = GetModule()->GetReadyToRunInfo()->GetImage();
-
- TADDR base = dac_cast<TADDR>(pLayout->GetBase());
-
- ExecutionManager::AddCodeRange(base, base + (TADDR)pLayout->GetVirtualSize(),
- ExecutionManager::GetReadyToRunJitManager(),
- RangeSection::RANGE_SECTION_READYTORUN,
- GetModule() /* (void *)pLayout */);
}
#endif // FEATURE_READYTORUN
}