Skip to content

Commit

Permalink
Remove ActiveChain's state field
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jan 16, 2024
1 parent 84e77cf commit 85b5678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sync/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,6 @@ impl SyncShared {
ActiveChain {
shared: self.clone(),
snapshot: Arc::clone(&self.shared.snapshot()),
state: Arc::clone(&self.state),
}
}

Expand Down Expand Up @@ -2048,7 +2047,6 @@ impl SyncState {
pub struct ActiveChain {
shared: SyncShared,
snapshot: Arc<Snapshot>,
state: Arc<SyncState>,
}

#[doc(hidden)]
Expand Down

0 comments on commit 85b5678

Please sign in to comment.