From 4a2654124ecf38300a717db79926334703abeb70 Mon Sep 17 00:00:00 2001 From: David Wrighton Date: Wed, 24 Apr 2019 17:01:31 -0700 Subject: More multi-appdomain support removal (#23921) More multi-appdomain support removal - Remove DomainLocalBlock - Remove DomainModule - Remove FindDomain(File/Module/Assembly) - Remove GetDomainModule - Remove variants of GetDomain(File/Assembly) that take AppDomain parameter - Adjust contracts to be less strict - GetDomainFile/Assembly no longer need a complex contract as multi-domain support does not exist - Eliminiate uses of encoded ModuleID --- src/vm/amd64/asmconstants.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vm/amd64') diff --git a/src/vm/amd64/asmconstants.h b/src/vm/amd64/asmconstants.h index 7115e888f4..31885a447f 100644 --- a/src/vm/amd64/asmconstants.h +++ b/src/vm/amd64/asmconstants.h @@ -254,10 +254,6 @@ ASMCONSTANTS_C_ASSERT(OFFSETOF__InterfaceInfo_t__m_pMethodTable ASMCONSTANTS_C_ASSERT(SIZEOF__InterfaceInfo_t == sizeof(InterfaceInfo_t)); -#define OFFSETOF__DomainLocalBlock__m_pModuleSlots 0x8 -ASMCONSTANTS_C_ASSERT(OFFSETOF__DomainLocalBlock__m_pModuleSlots - == offsetof(DomainLocalBlock, m_pModuleSlots)); - #define OFFSETOF__DomainLocalModule__m_pDataBlob 0x030 ASMCONSTANTS_C_ASSERT(OFFSETOF__DomainLocalModule__m_pDataBlob == offsetof(DomainLocalModule, m_pDataBlob)); -- cgit v1.2.3