IOCompletionCallback moved to shared partition
authorJan Kotas <jkotas@microsoft.com>
Thu, 24 Jan 2019 06:29:26 +0000 (22:29 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 24 Jan 2019 12:57:38 +0000 (04:57 -0800)
src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs

index 812279f..592f2f6 100644 (file)
@@ -191,12 +191,6 @@ namespace System.Threading
         }
     }
 
-    [CLSCompliant(false)]
-    public unsafe delegate void IOCompletionCallback(uint errorCode, // Error code
-                                       uint numBytes, // No. of bytes transferred 
-                                       NativeOverlapped* pOVERLAP // ptr to OVERLAP structure
-                                       );
-
     public static partial class ThreadPool
     {
         // Time in ms for which ThreadPoolWorkQueue.Dispatch keeps executing work items before returning to the OS