mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
cleanup
This commit is contained in:
parent
772c061568
commit
c7d04c2a00
1 changed files with 0 additions and 8 deletions
|
@ -995,7 +995,6 @@ fn make_successor_mapping<'a>(
|
|||
}
|
||||
|
||||
struct CallInfo<'a> {
|
||||
// keys: MutSet<(Symbol, ProcLayout<'a>)>,
|
||||
keys: Vec<'a, Symbol>,
|
||||
}
|
||||
|
||||
|
@ -1009,13 +1008,6 @@ fn call_info_call<'a>(call: &crate::ir::Call<'a>, info: &mut CallInfo<'a>) {
|
|||
arg_layouts,
|
||||
..
|
||||
} => {
|
||||
let proc_layout = crate::ir::ProcLayout {
|
||||
arguments: arg_layouts,
|
||||
result: ret_layout,
|
||||
};
|
||||
|
||||
//let key = (name, proc_layout);
|
||||
// info.keys.insert(key);
|
||||
info.keys.push(name);
|
||||
}
|
||||
Foreign { .. } => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue