Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Aug 24, 2023
1 parent bd2e0ee commit 8854f71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pageserver/src/tenant/timeline/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub(super) fn reconcile(
disk_consistent_lsn: Lsn,
) -> Vec<(LayerFileName, Result<Decision, FutureLayer>)> {
use Decision::*;
use LayerFileName::*;

// name => (local, remote)
type Collected = HashMap<LayerFileName, (Option<LayerFileMetadata>, Option<LayerFileMetadata>)>;
Expand Down

0 comments on commit 8854f71

Please sign in to comment.