Skip to content

Commit

Permalink
Remove special names field
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Fischman committed Oct 7, 2024
1 parent 84bcd6b commit 3dee1f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@ where
pub struct SymbolGen {
gen: usize,
reserved_string: String,
special_reserved: HashMap<Symbol, String>,
}

impl SymbolGen {
pub fn new(reserved_string: String) -> Self {
Self {
gen: 0,
reserved_string,
special_reserved: HashMap::default(),
}
}

Expand Down

0 comments on commit 3dee1f4

Please sign in to comment.