summaryrefslogtreecommitdiff
path: root/src/vm/codeman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/codeman.h')
-rw-r--r--src/vm/codeman.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/codeman.h b/src/vm/codeman.h
index 9d7ed4d62f..cca5f5e2d2 100644
--- a/src/vm/codeman.h
+++ b/src/vm/codeman.h
@@ -1201,12 +1201,6 @@ public:
HINSTANCE m_JITCompilerOther; // Stores the handle of the legacy JIT, if one is loaded.
#endif
- // TRUE if the legacy/compat JIT was loaded successfully and will be used.
- // This is available in all builds so if COMPlus_RequireLegacyJit=1 is set in a test,
- // the test will fail in any build where the legacy JIT is not loaded, even if legacy
- // fallback is not available in that build. This prevents unexpected silent successes.
- BOOL m_fLegacyJitUsed;
-
#ifdef ALLOW_SXS_JIT
//put these at the end so that we don't mess up the offsets in the DAC.
ICorJitCompiler * m_alternateJit;