From ea6823b8524d234aa0c94047184d1c01ef977537 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 8 Mar 2022 08:58:09 -0500 Subject: [PATCH] remove unused method --- src/function.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/function.rs b/src/function.rs index 754350d..9e11eac 100644 --- a/src/function.rs +++ b/src/function.rs @@ -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