Remove dead code
This commit is contained in:
parent
83f364523f
commit
0cf8ee2dc2
@ -39,10 +39,6 @@ pub fn insert_atom(&mut self, key: SmolStr) {
|
||||
self.atoms.insert(key);
|
||||
}
|
||||
|
||||
pub fn remove_atom(&mut self, name: &str) {
|
||||
self.atoms.remove(name);
|
||||
}
|
||||
|
||||
pub fn insert_key_value(&mut self, key: SmolStr, value: SmolStr) {
|
||||
self.key_values.insert((key, value));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user