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 4047bf60fd469..db16e80b6780f 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; }