Skip to content

Commit

Permalink
Remove unused error variant (solana-labs#30871)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge authored Mar 24, 2023
1 parent 230281f commit 5a05e9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions poh/src/poh_recorder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ pub const MAX_GRACE_SLOTS: u64 = 2;

#[derive(Error, Debug, Clone)]
pub enum PohRecorderError {
#[error("invalid calling object")]
InvalidCallingObject,

#[error("max height reached")]
MaxHeightReached,

Expand Down

0 comments on commit 5a05e9b

Please sign in to comment.