Skip to content

Commit

Permalink
remove not needed allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored and dconnolly committed Aug 26, 2021
1 parent 880bacf commit b9ae1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebrad/src/components/mempool/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use super::MempoolError;
#[cfg(test)]
pub mod tests;

#[allow(dead_code)]
const MEMPOOL_SIZE: usize = 2;

#[allow(dead_code)]
Expand Down

0 comments on commit b9ae1ba

Please sign in to comment.