remove unused 'unref' fn (#27698)

This commit is contained in:
Jeff Washington (jwash) 2022-09-10 13:57:31 -07:00 committed by GitHub
parent 1811d684b5
commit 92a5d27cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -358,10 +358,6 @@ impl<T: IndexValue> ReadAccountMapEntry<T> {
self.borrow_owned_entry().ref_count()
}
pub fn unref(&self) {
self.borrow_owned_entry().unref();
}
pub fn addref(&self) {
self.borrow_owned_entry().addref();
}