mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Drop obsolete symbol_counter field
This commit is contained in:
parent
2904f29c36
commit
7e7c6ef4af
7 changed files with 0 additions and 10 deletions
|
@ -158,7 +158,6 @@ pub struct Env<'a, 'i> {
|
|||
pub ident_ids: &'i mut IdentIds,
|
||||
pub pointer_size: u32,
|
||||
pub jump_counter: &'a mut u64,
|
||||
pub symbol_counter: usize,
|
||||
}
|
||||
|
||||
impl<'a, 'i> Env<'a, 'i> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue