From aab8e41d7cb1c7c4d0c60dfbcf42aea8e73420ee Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 7 Oct 2020 22:21:36 -0400 Subject: [PATCH] Clean up some dead comments --- compiler/load/src/file.rs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/compiler/load/src/file.rs b/compiler/load/src/file.rs index 1c50ce416d..ada9ba3168 100644 --- a/compiler/load/src/file.rs +++ b/compiler/load/src/file.rs @@ -108,7 +108,6 @@ enum Msg<'a> { solved_subs: Solved, finished_info: FinishedInfo<'a>, }, - // Specialized { specialization: (), }, } #[derive(Debug)] @@ -1739,17 +1738,6 @@ fn build_pending_specializations<'a>( mut layout_cache: LayoutCache<'a>, finished_info: FinishedInfo<'a>, ) -> Msg<'a> { - // pub solved_types: MutMap, - // pub aliases: MutMap, - // pub exposed_vars_by_symbol: Vec<(Symbol, Variable)>, - // pub problems: Vec, - - // 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 mono_problems = std::vec::Vec::new(); let mut subs = solved_subs.into_inner();