Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ece65e4

Browse files
jkotasgithub-actions
authored andcommitted
Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.NativeAot.cs
1 parent 008ab00 commit ece65e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.NativeAot.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,6 @@ internal static unsafe int IUnknown_QueryInterface(IntPtr pThis, Guid* guid, Int
13021302
return wrapper->QueryInterface(in *guid, out *ppObject);
13031303
}
13041304

1305-
13061305
[UnmanagedCallersOnly]
13071306
internal static unsafe uint IUnknown_Release(IntPtr pThis)
13081307
{

0 commit comments

Comments
 (0)