From c928bf4f3cf411bc775d5ec5098a122eada48ba9 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 26 Nov 2018 17:55:10 -0800 Subject: Disable domain neutral loading (#21156) --- src/vm/domainfile.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/vm/domainfile.h') 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 m_fHostAssemblyPublished; - Volatile m_fCalculatedShouldLoadDomainNeutral; - Volatile m_fShouldLoadDomainNeutral; PTR_LoaderAllocator m_pLoaderAllocator; DomainAssembly* m_NextDomainAssemblyInSameALC; -- cgit v1.2.3