From 085636369836ee31b2fc60c2f0771934c7cf02ae Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 17 Aug 2022 14:49:02 +0000 Subject: [PATCH] fix(scheduler): remove unneeded type --- --- a/pallets/scheduler/src/lib.rs +++ b/pallets/scheduler/src/lib.rs @@ -97,8 +97,6 @@ pub use weights::WeightInfo; -/// Just a simple index for naming period tasks. -pub type PeriodicIndex = u32; /// The location of a scheduled task that can be used to remove it. pub type TaskAddress = (BlockNumber, u32); pub const MAX_TASK_ID_LENGTH_IN_BYTES: u8 = 16; -- gitstuff