summaryrefslogtreecommitdiff
path: root/src/vm/multicorejit.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-09 17:49:12 -0800
committerGitHub <noreply@github.com>2018-11-09 17:49:12 -0800
commitff5723233e6b4df6fe441b2ba453506f860aebe9 (patch)
tree3c2eea0456a47012ef7488fdd3a82e349d098b94 /src/vm/multicorejit.h
parent3464b60b85c8e10d69d8da86d2eb3f9e7aaa7c4b (diff)
downloadcoreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.tar.gz
coreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.tar.bz2
coreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.zip
Delete dead/unreachable code related to remoting (#20880)
Diffstat (limited to 'src/vm/multicorejit.h')
-rw-r--r--src/vm/multicorejit.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/vm/multicorejit.h b/src/vm/multicorejit.h
index 047ba01a5f..9e4180e14e 100644
--- a/src/vm/multicorejit.h
+++ b/src/vm/multicorejit.h
@@ -191,16 +191,6 @@ public:
return m_ProfileSession;
}
- // Once multicore JIT is enabled in an AppDomain, do not allow Cctors to run during JITting for consistency
- // Called from CEEInfo::initClass
- inline bool AllowCCtorsToRunDuringJITing() const
- {
- LIMITED_METHOD_CONTRACT;
-
- return m_fSetProfileRootCalled == 0;
- }
-
-
// Check for environment variable to automatically start multicore JIT
void AutoStartProfile(AppDomain * pDomain);