Remove some unneeded changes

This commit is contained in:
Ayaz Hafiz 2022-07-01 16:29:17 -04:00 committed by ayazhafiz
parent 8855f269ba
commit 74a55664dd
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
3 changed files with 2 additions and 3 deletions

View file

@ -410,7 +410,7 @@ pub struct Env<'a> {
arena: &'a Bump,
subs: &'a Subs,
layout_cache: LayoutCache<'a>,
interns: &'a mut Interns,
interns: &'a Interns,
struct_names: Structs,
enum_names: Enums,
pending_recursive_types: VecMap<TypeId, Layout<'a>>,

View file

@ -261,7 +261,6 @@ pub fn gen_from_mono_module_llvm(
exposed_to_host: loaded.exposed_to_host.values.keys().copied().collect(),
};
dbg!(21);
roc_gen_llvm::llvm::build::build_procedures(
&env,
opt_level,

View file

@ -14,4 +14,4 @@ roc_types = { path = "../types" }
[features]
default = []
debug-derived-symbols = ["roc_module/debug-symbols"]
debug-derived-symbols = []