non shared changes and disabling tests
authorAnipik <anirudhagnihotry098@gmail.com>
Sun, 24 Jun 2018 04:29:23 +0000 (21:29 -0700)
committerStephen Toub <stoub@microsoft.com>
Sun, 24 Jun 2018 12:40:37 +0000 (08:40 -0400)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/e32feb0120e74178ef03c5c65b06022666470177

src/libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.Windows.cs

index f186551..2da53b2 100644 (file)
@@ -82,9 +82,7 @@ namespace System.Threading
             return res;
         }
         
-        public bool Set() => Set(_waitHandle);
-
-        internal bool Set(SafeWaitHandle handle)
+        public bool Set()
         {
             bool res = Interop.Kernel32.SetEvent(_waitHandle);
             if (!res)