mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Clean up some dead comments
This commit is contained in:
parent
3f4ec2068e
commit
aab8e41d7c
1 changed files with 0 additions and 12 deletions
|
@ -108,7 +108,6 @@ enum Msg<'a> {
|
||||||
solved_subs: Solved<Subs>,
|
solved_subs: Solved<Subs>,
|
||||||
finished_info: FinishedInfo<'a>,
|
finished_info: FinishedInfo<'a>,
|
||||||
},
|
},
|
||||||
// Specialized { specialization: (), },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
@ -1739,17 +1738,6 @@ fn build_pending_specializations<'a>(
|
||||||
mut layout_cache: LayoutCache<'a>,
|
mut layout_cache: LayoutCache<'a>,
|
||||||
finished_info: FinishedInfo<'a>,
|
finished_info: FinishedInfo<'a>,
|
||||||
) -> Msg<'a> {
|
) -> Msg<'a> {
|
||||||
// pub solved_types: MutMap<Symbol, SolvedType>,
|
|
||||||
// pub aliases: MutMap<Symbol, Alias>,
|
|
||||||
// pub exposed_vars_by_symbol: Vec<(Symbol, Variable)>,
|
|
||||||
// pub problems: Vec<solve::TypeError>,
|
|
||||||
|
|
||||||
// let mut decls_by_id = loaded.declarations_by_id;
|
|
||||||
// let home_decls = decls_by_id
|
|
||||||
// .remove(&loaded.module_id)
|
|
||||||
// .expect("Root module ID not found in loaded declarations_by_id");
|
|
||||||
|
|
||||||
// let mut layout_ids = LayoutIds::default();
|
|
||||||
let mut procs = Procs::default();
|
let mut procs = Procs::default();
|
||||||
let mut mono_problems = std::vec::Vec::new();
|
let mut mono_problems = std::vec::Vec::new();
|
||||||
let mut subs = solved_subs.into_inner();
|
let mut subs = solved_subs.into_inner();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue