chore(ecstore): drop the client dead_code blanket (#6138)

This commit is contained in:
Zhengchao An
2026-08-16 11:20:52 +08:00
committed by GitHub
parent e26668e62c
commit 81d7b7d07a
14 changed files with 106 additions and 136 deletions
@@ -30,10 +30,6 @@ pub fn is_object(reader: &ReaderImpl) -> bool {
matches!(reader, ReaderImpl::ObjectBody(_))
}
pub fn is_read_at(reader: ReaderImpl) -> bool {
matches!(reader, ReaderImpl::ObjectBody(_))
}
pub fn optimal_part_info(object_size: i64, configured_part_size: u64) -> Result<(i64, i64, i64), std::io::Error> {
let unknown_size;
let mut object_size = object_size;