From a590bb4550f7d196097efb3dc95cec09e0e44379 Mon Sep 17 00:00:00 2001 From: eNDdy Date: Fri, 16 Aug 2024 13:44:59 -0600 Subject: [PATCH] rm feature flag --- runtime/frequency/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index da038c67ae..6c68e4c98f 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -973,7 +973,6 @@ impl cumulus_pallet_parachain_system::Config for Runtime { type CheckAssociatedRelayNumber = RelayNumberMonotonicallyIncreases; type WeightInfo = (); // TODO: Remove this when Async Backing is activated and the feature is set for cumulus-pallet-parachain-system - #[cfg(feature = "parameterized-consensus-hook")] type ConsensusHook = ConsensusHook; }