| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 324c8a1 commit bceaec3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -486,13 +486,6 @@ ExitCode GenerateSingleExecutableBlob( | |||
| 486 | 486 | } | |
| 487 | 487 | } | |
| 488 | 488 | ||
| 489 | - std::optional<std::string> optional_code_cache = | ||
| 490 | - GenerateCodeCache(config.main_path, main_script); | ||
| 491 | - if (!optional_code_cache.has_value()) { | ||
| 492 | - FPrintF(stderr, "Cannot generate V8 code cache\n"); | ||
| 493 | - return ExitCode::kGenericUserError; | ||
| 494 | - } | ||
| 495 | - | ||
| 496 | 489 | std::optional<std::string_view> optional_sv_code_cache; | |
| 497 | 490 | std::string code_cache; | |
| 498 | 491 | if (static_cast<bool>(config.flags & SeaFlags::kUseCodeCache)) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments