From d2b37452d6d2f4465c1a76c69995bd330d340f8c Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Wed, 26 May 2021 06:40:06 -0400 Subject: [PATCH] Delete invalid assert in GetFileMuiPath --- .../System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs b/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs index 4047bf60fd469c..db16e80b6780f6 100644 --- a/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs +++ b/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs @@ -809,7 +809,6 @@ private static unsafe string GetFileMuiPath(string filePath, CultureInfo culture return new string(fileMuiPath); } - Debug.Fail("Shouldn't get here, as there's always at least one language installed."); return string.Empty; }