Remove dead code
This commit is contained in:
parent
83f364523f
commit
0cf8ee2dc2
@ -39,10 +39,6 @@ impl CfgOptions {
|
|||||||
self.atoms.insert(key);
|
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) {
|
pub fn insert_key_value(&mut self, key: SmolStr, value: SmolStr) {
|
||||||
self.key_values.insert((key, value));
|
self.key_values.insert((key, value));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user