remove unused method

This commit is contained in:
Simon Gardling 2022-03-08 08:58:09 -05:00
parent 7cc42be88d
commit ea6823b852

View File

@ -268,9 +268,6 @@ impl FunctionEntry {
(data2, area)
}
// Set func_str to an empty string
pub fn empty_func_str(&mut self) { self.func_str = String::new(); }
pub fn get_func_str(&self) -> &str { &self.func_str }
// Updates riemann value and invalidates front_cache if needed