From 7d50f3a1c0809b581e02795ea7a3cffa4d21199a Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 5 Mar 2024 10:57:36 -0800 Subject: [PATCH] Fix build break --- .../src/System/Threading/WaitSubsystem.Unix.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.Unix.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.Unix.cs index d8cb5da15cd935..4a349d8b303117 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.Unix.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.Unix.cs @@ -344,7 +344,6 @@ public static int Wait( bool waitForAll, int timeoutMilliseconds) { - Debug.Assert(waitHandles != null); Debug.Assert(waitHandles.Length > 0); Debug.Assert(waitHandles.Length <= WaitHandle.MaxWaitHandles); Debug.Assert(timeoutMilliseconds >= -1);