Skip to content

Commit

Permalink
Remove unnecessary flag check
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBland committed May 24, 2024
1 parent 631b12d commit cf1e673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ macro_rules! spec_to_generic {
use $crate::EcotoneSpec as SPEC;
$e
}
#[cfg(feature = "optimism")]
$crate::SpecId::FJORD => {
use $crate::FjordSpec as SPEC;
$e
Expand Down

0 comments on commit cf1e673

Please sign in to comment.