Skip to content

Commit

Permalink
Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtim…
Browse files Browse the repository at this point in the history
…e/InteropServices/ComWrappers.NativeAot.cs
  • Loading branch information
jkotas authored and github-actions committed Dec 18, 2024
1 parent 008ab00 commit ece65e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,6 @@ internal static unsafe int IUnknown_QueryInterface(IntPtr pThis, Guid* guid, Int
return wrapper->QueryInterface(in *guid, out *ppObject);
}


[UnmanagedCallersOnly]
internal static unsafe uint IUnknown_Release(IntPtr pThis)
{
Expand Down

0 comments on commit ece65e4

Please sign in to comment.