Skip to content

Commit

Permalink
refactor: delete duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysprosium0626 committed Feb 17, 2024
1 parent c2118e9 commit ae50d1d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/iceberg/src/spec/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ impl Snapshot {
&self.manifest_list
}

/// Return the manifest list file path.
///
/// It will return an error if the manifest list is not a file but a list of manifest file paths.
#[inline]
pub fn manifest_list_file_path(&self) -> &str {
&self.manifest_list
}
/// Get summary of the snapshot
#[inline]
pub fn summary(&self) -> &Summary {
Expand Down

0 comments on commit ae50d1d

Please sign in to comment.