mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove unused struct type
This commit is contained in:
parent
bb853a1a64
commit
bb73ac94eb
1 changed files with 0 additions and 18 deletions
|
@ -764,12 +764,6 @@ impl<'a> MonomorphizedModule<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
pub struct VariablySizedLayouts<'a> {
|
||||
rigids: MutMap<Lowercase, Layout<'a>>,
|
||||
aliases: MutMap<Symbol, Layout<'a>>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct ParsedModule<'a> {
|
||||
module_id: ModuleId,
|
||||
|
@ -909,18 +903,6 @@ struct State<'a> {
|
|||
pub layout_caches: std::vec::Vec<LayoutCache<'a>>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct UnsolvedModule<'a> {
|
||||
module: Module,
|
||||
src: &'a str,
|
||||
imported_modules: MutSet<ModuleId>,
|
||||
ident_ids: IdentIds,
|
||||
constraint: Constraint,
|
||||
var_store: VarStore,
|
||||
module_timing: ModuleTiming,
|
||||
declarations: Vec<Declaration>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct ModuleTiming {
|
||||
pub read_roc_file: Duration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue