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:
parent
7f328385db
commit
cf78a02ab4
1 changed files with 0 additions and 8 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue