From f7369186587eeeeafa38f0f81ff8787225cf6412 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Wed, 29 Nov 2023 12:20:15 -0800 Subject: [PATCH] Removed outdated comment --- polkadot/runtime/common/src/coretime/mod.rs | 2 -- 1 file changed, 2 deletions(-) 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;