diff --git a/accounts-db/src/accounts_file.rs b/accounts-db/src/accounts_file.rs index 97c761616e7ce3..885380cb7814d6 100644 --- a/accounts-db/src/accounts_file.rs +++ b/accounts-db/src/accounts_file.rs @@ -103,12 +103,6 @@ impl AccountsFile { } } - pub fn is_recyclable(&self) -> bool { - match self { - Self::AppendVec(_) => true, - } - } - pub fn file_name(slot: Slot, id: impl std::fmt::Display) -> String { format!("{slot}.{id}") }