diff --git a/polkadot/runtime/common/src/coretime/mod.rs b/polkadot/runtime/common/src/coretime/mod.rs index ab4feaf03c40..2ff71c091f43 100644 --- a/polkadot/runtime/common/src/coretime/mod.rs +++ b/polkadot/runtime/common/src/coretime/mod.rs @@ -76,8 +76,6 @@ pub mod pallet { pub trait Config: frame_system::Config + assigner_bulk::Config { /// The runtime's definition of a Currency. type Currency: Currency; - /// Something that provides the weight of this pallet. - //type WeightInfo: WeightInfo; /// The external origin allowed to enact coretime extrinsics. Usually the broker system /// parachain. type ExternalBrokerOrigin: EnsureOrigin;