Skip to content

Commit

Permalink
Remove extraneous dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Aug 31, 2023
1 parent 8ee8631 commit 5907204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gossip/src/duplicate_shred.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pub struct DuplicateShred {
pub(crate) from: Pubkey,
pub(crate) wallclock: u64,
pub(crate) slot: Slot,
#[allow(dead_code)]
_unused: u32,
shred_type: ShredType,
// Serialized DuplicateSlotProof split into chunks.
Expand Down

0 comments on commit 5907204

Please sign in to comment.