mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
String compilerExePath = scope String();
|
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)
|
if (gApp.mSettings.mEmscriptenPath.IsEmpty)
|
||||||
{
|
{
|
||||||
gApp.OutputErrorLine("Emscripten path not configured. Check Wasm configuration in File\\Preferences\\Settings.");
|
gApp.OutputErrorLine("Emscripten path not configured. Check Wasm configuration in File\\Preferences\\Settings.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue