Skip to content

Commit 8b66a67

Browse files
authored
Removes AccountsFile::is_recyclable() (#359)
1 parent 4d838d5 commit 8b66a67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

accounts-db/src/accounts_file.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ impl AccountsFile {
103103
}
104104
}
105105

106-
pub fn is_recyclable(&self) -> bool {
107-
match self {
108-
Self::AppendVec(_) => true,
109-
}
110-
}
111-
112106
pub fn file_name(slot: Slot, id: impl std::fmt::Display) -> String {
113107
format!("{slot}.{id}")
114108
}

0 commit comments

Comments
 (0)