Skip to content

Commit 552e8c8

Browse files
committed
Remove extra line.
1 parent 34827b4 commit 552e8c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/src/interop/comwrappers.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
187186
HRESULT STDMETHODCALLTYPE ManagedObjectWrapper_QueryInterface(
188187
_In_ ABI::ComInterfaceDispatch* disp,
189188
/* [in] */ REFIID riid,
@@ -195,7 +194,6 @@ HRESULT STDMETHODCALLTYPE ManagedObjectWrapper_QueryInterface(
195194

196195
namespace
197196
{
198-
199197
ULONG STDMETHODCALLTYPE ManagedObjectWrapper_AddRef(_In_ ABI::ComInterfaceDispatch* disp)
200198
{
201199
ManagedObjectWrapper* wrapper = ABI::ToManagedObjectWrapper(disp);

0 commit comments

Comments
 (0)