From 63a58325b59e2b1ff10afd35568d48bcd77f1041 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 8 Mar 2019 09:49:31 +0100 Subject: [PATCH] Remove unused type --- mcs/class/System.Private.CoreLib/Interop/Kernel32.cs | 13 ------------- .../System.Private.CoreLib/System.Private.CoreLib.csproj | 1 - 2 files changed, 14 deletions(-) delete mode 100644 mcs/class/System.Private.CoreLib/Interop/Kernel32.cs diff --git a/mcs/class/System.Private.CoreLib/Interop/Kernel32.cs b/mcs/class/System.Private.CoreLib/Interop/Kernel32.cs deleted file mode 100644 index 4b911257dd8..00000000000 --- a/mcs/class/System.Private.CoreLib/Interop/Kernel32.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; - -partial class Interop -{ - internal static class Kernel32 - { - // TODO: It's used by EventSource only and should call CoreFX Interop.Sys.GetPid - internal static uint GetCurrentProcessId () - { - throw new NotImplementedException (); - } - } -} \ No newline at end of file diff --git a/mcs/class/System.Private.CoreLib/System.Private.CoreLib.csproj b/mcs/class/System.Private.CoreLib/System.Private.CoreLib.csproj index 8cb4204f754..3567665d1e2 100644 --- a/mcs/class/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/mcs/class/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -106,7 +106,6 @@ - -- 2.11.4.GIT