File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ namespace ABI
183183// ManagedObjectWrapper_QueryInterface needs to be visible outside of this compilation unit
184184// to support the DAC. See code:ClrDataAccess::DACTryGetComWrappersObjectFromCCW for the
185185// usage in the DAC (look for the GetEEFuncEntryPoint call).
186-
187186HRESULT STDMETHODCALLTYPE ManagedObjectWrapper_QueryInterface (
188187 _In_ ABI::ComInterfaceDispatch* disp,
189188 /* [in] */ REFIID riid,
@@ -195,7 +194,6 @@ HRESULT STDMETHODCALLTYPE ManagedObjectWrapper_QueryInterface(
195194
196195namespace
197196{
198-
199197 ULONG STDMETHODCALLTYPE ManagedObjectWrapper_AddRef (_In_ ABI::ComInterfaceDispatch* disp)
200198 {
201199 ManagedObjectWrapper* wrapper = ABI::ToManagedObjectWrapper (disp);
You can’t perform that action at this time.
0 commit comments