Remove a debugging hack

This commit is contained in:
Jakub Konka 2024-12-28 21:43:36 +01:00
parent 707a6b6f0f
commit 9cb0c00b2a

View file

@ -949,11 +949,6 @@ fn build_loaded_file<'a>(
match (linking_strategy, link_type) {
(LinkingStrategy::Surgical, _) => {
if false {
let mut f = std::fs::File::create("tmp_roc.o").unwrap();
std::io::Write::write_all(&mut f, &roc_app_bytes).unwrap();
}
let metadata_file = platform_main_roc_path.with_file_name(target.metadata_file_name());
roc_linker::link_preprocessed_host(