Skip to content

Commit

Permalink
chore: rm unused variant type (#12798)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 23, 2024
1 parent 69e54da commit c961183
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 147 deletions.
2 changes: 0 additions & 2 deletions crates/primitives/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub use reth_primitives_traits::WithEncoded;
pub use sidecar::BlobTransaction;
pub use signature::{recover_signer, recover_signer_unchecked};
pub use tx_type::TxType;
pub use variant::TransactionSignedVariant;

pub(crate) mod access_list;
mod compat;
Expand All @@ -56,7 +55,6 @@ mod tx_type;
pub mod signature;

pub(crate) mod util;
mod variant;

/// Expected number of transactions where we can expect a speed-up by recovering the senders in
/// parallel.
Expand Down
145 changes: 0 additions & 145 deletions crates/primitives/src/transaction/variant.rs

This file was deleted.

0 comments on commit c961183

Please sign in to comment.