Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel committed Sep 8, 2024
1 parent f96922e commit 2fa07ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/iceberg/src/spec/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use chrono::{DateTime, TimeZone, Utc};
use serde::{Deserialize, Serialize};
use typed_builder::TypedBuilder;

use super::table_metadata::SnapshotLog;
use crate::error::Result;
use crate::io::FileIO;
use crate::spec::{ManifestList, SchemaId, SchemaRef, StructType, TableMetadata};
Expand Down Expand Up @@ -183,13 +182,6 @@ impl Snapshot {
partition_type_provider,
)
}

pub(crate) fn log(&self) -> SnapshotLog {
SnapshotLog {
timestamp_ms: self.timestamp_ms,
snapshot_id: self.snapshot_id,
}
}
}

pub(super) mod _serde {
Expand Down

0 comments on commit 2fa07ec

Please sign in to comment.