mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Remove some unneeded changes
This commit is contained in:
parent
8855f269ba
commit
74a55664dd
3 changed files with 2 additions and 3 deletions
|
@ -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>>,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -14,4 +14,4 @@ roc_types = { path = "../types" }
|
|||
|
||||
[features]
|
||||
default = []
|
||||
debug-derived-symbols = ["roc_module/debug-symbols"]
|
||||
debug-derived-symbols = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue