summaryrefslogtreecommitdiff
path: root/src/vm/domainfile.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-26 17:55:10 -0800
committerGitHub <noreply@github.com>2018-11-26 17:55:10 -0800
commitc928bf4f3cf411bc775d5ec5098a122eada48ba9 (patch)
tree5aa410575413bbe481b10e6ad939a5ecfeda89d3 /src/vm/domainfile.h
parent19b6763f5dd71aee1d99d129f6009aee398aaf60 (diff)
downloadcoreclr-c928bf4f3cf411bc775d5ec5098a122eada48ba9.tar.gz
coreclr-c928bf4f3cf411bc775d5ec5098a122eada48ba9.tar.bz2
coreclr-c928bf4f3cf411bc775d5ec5098a122eada48ba9.zip
Disable domain neutral loading (#21156)
Diffstat (limited to 'src/vm/domainfile.h')
-rw-r--r--src/vm/domainfile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vm/domainfile.h b/src/vm/domainfile.h
index 58706518c7..9673c653aa 100644
--- a/src/vm/domainfile.h
+++ b/src/vm/domainfile.h
@@ -761,11 +761,6 @@ private:
public:
ULONG HashIdentity();
- private:
-
- BOOL ShouldLoadDomainNeutral();
- BOOL ShouldLoadDomainNeutralHelper();
-
// ------------------------------------------------------------
// Instance data
// ------------------------------------------------------------
@@ -779,8 +774,6 @@ private:
BOOL m_fDebuggerUnloadStarted;
BOOL m_fCollectible;
Volatile<bool> m_fHostAssemblyPublished;
- Volatile<bool> m_fCalculatedShouldLoadDomainNeutral;
- Volatile<bool> m_fShouldLoadDomainNeutral;
PTR_LoaderAllocator m_pLoaderAllocator;
DomainAssembly* m_NextDomainAssemblyInSameALC;