diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index 52f3d98a9b..fca22dc057 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -358,10 +358,6 @@ impl ReadAccountMapEntry { self.borrow_owned_entry().ref_count() } - pub fn unref(&self) { - self.borrow_owned_entry().unref(); - } - pub fn addref(&self) { self.borrow_owned_entry().addref(); }