Skip to content

Commit 2fa07ec

Browse files
committed
clippy
1 parent f96922e commit 2fa07ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crates/iceberg/src/spec/snapshot.rs

-8
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use chrono::{DateTime, TimeZone, Utc};
2626
use serde::{Deserialize, Serialize};
2727
use typed_builder::TypedBuilder;
2828

29-
use super::table_metadata::SnapshotLog;
3029
use crate::error::Result;
3130
use crate::io::FileIO;
3231
use crate::spec::{ManifestList, SchemaId, SchemaRef, StructType, TableMetadata};
@@ -183,13 +182,6 @@ impl Snapshot {
183182
partition_type_provider,
184183
)
185184
}
186-
187-
pub(crate) fn log(&self) -> SnapshotLog {
188-
SnapshotLog {
189-
timestamp_ms: self.timestamp_ms,
190-
snapshot_id: self.snapshot_id,
191-
}
192-
}
193185
}
194186

195187
pub(super) mod _serde {

0 commit comments

Comments
 (0)