summaryrefslogtreecommitdiff
path: root/src/vm/multicorejit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/multicorejit.cpp')
-rw-r--r--src/vm/multicorejit.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vm/multicorejit.cpp b/src/vm/multicorejit.cpp
index fccfd98aa7..4ad5447950 100644
--- a/src/vm/multicorejit.cpp
+++ b/src/vm/multicorejit.cpp
@@ -284,14 +284,6 @@ bool ModuleVersion::GetModuleVersion(Module * pModule)
}
// If the load context is LOADFROM, store it in the flags.
-#ifdef FEATURE_FUSION
- Assembly * pAssembly = pModule->GetAssembly();
- LOADCTX_TYPE loadCtx = pAssembly->GetManifestFile()->GetLoadContext();
- if(LOADCTX_TYPE_LOADFROM == loadCtx)
- {
- versionFlags |= VERSIONFLAG_LOADCTX_LOADFROM;
- }
-#endif
}
EX_CATCH
{