1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Remove dead code

This commit is contained in:
Brian Fiete 2022-07-26 13:42:15 -04:00
parent 7f328385db
commit cf78a02ab4

View file

@ -627,15 +627,7 @@ namespace IDE
return false;
}
String compilerExePath = scope String();
#if BF_PLATFORM_WINDOWS
String llvmDir = scope String(IDEApp.sApp.mInstallDir);
IDEUtils.FixFilePath(llvmDir);
llvmDir.Append("llvm/");
#else
//String llvmDir = "";
#endif
if (gApp.mSettings.mEmscriptenPath.IsEmpty)
{
gApp.OutputErrorLine("Emscripten path not configured. Check Wasm configuration in File\\Preferences\\Settings.");