From 81cb8eb0946dc693c80f6ea87c1595881e6ee62f Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sun, 7 Jun 2020 19:47:27 +1000 Subject: [PATCH] Pretty sure this is unreachable, HawkFile.Exists is checked earlier --- src/BizHawk.Client.Common/RomLoader.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index cf574798ee..92471f62dc 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -994,15 +994,6 @@ namespace BizHawk.Client.Common } else { - // at this point, file is either assigned to the ROM path, if it exists, - // or is empty and CoreComm is not a libretro core - // so, we still need to check path here before continuing - if (string.IsNullOrEmpty(path)) - { - Console.WriteLine("No ROM to Load"); - return false; - } - // if not libretro: do extension checking doExtensionChecks = true;