Skip to content

Commit b7d7937

Browse files
committed
minor
1 parent 1543554 commit b7d7937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/iceberg/src/io/file_io.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ impl FileIO {
102102
/// * path: It should be *absolute* path starting with scheme string used to construct [`FileIO`].
103103
#[deprecated(note = "use remove_dir_all instead", since = "0.4.0")]
104104
pub async fn remove_all(&self, path: impl AsRef<str>) -> Result<()> {
105-
// todo this should be removed as it doesn't exist in the new trait
106105
self.inner.remove_dir_all(path.as_ref()).await
107106
}
108107

0 commit comments

Comments
 (0)