From 88ada237f7765b7edd39967adab8ea2ba25ea16c Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Mon, 4 Mar 2019 18:58:56 -0800 Subject: Remove loose dependency in runtime on System.ComponentModel. (#23010) Remove loose dependency in runtime on System.ComponentModel. Disable test to sync with CoreFX --- src/vm/appdomain.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vm/appdomain.hpp') diff --git a/src/vm/appdomain.hpp b/src/vm/appdomain.hpp index e6655246eb..7fdf912327 100644 --- a/src/vm/appdomain.hpp +++ b/src/vm/appdomain.hpp @@ -2448,8 +2448,6 @@ public: } RCWRefCache *GetRCWRefCache(); - - MethodTable* GetLicenseInteropHelperMethodTable(); #endif // FEATURE_COMINTEROP //**************************************************************************************** @@ -2995,9 +2993,6 @@ private: // this cache stores the RCW -> CCW references in this domain RCWRefCache *m_pRCWRefCache; - - // The method table used for LicenseInteropHelper - MethodTable* m_pLicenseInteropHelperMT; #endif // FEATURE_COMINTEROP // The index of this app domain among existing app domains (starting from 1) -- cgit v1.2.3