diff --git a/IDE/src/BuildContext.bf b/IDE/src/BuildContext.bf index 045e5b21..20ed2542 100644 --- a/IDE/src/BuildContext.bf +++ b/IDE/src/BuildContext.bf @@ -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.");