diff --git a/pallets/data-preservers/src/benchmarks.rs b/pallets/data-preservers/src/benchmarks.rs index 01e8dcd4f..b83dc0aab 100644 --- a/pallets/data-preservers/src/benchmarks.rs +++ b/pallets/data-preservers/src/benchmarks.rs @@ -36,17 +36,6 @@ use { tp_traits::{ParaId, StorageDeposit}, }; -/// Trait describing factory function for para_id. -pub trait ArgumentFactory { - /// Factory function reserving parachain - fn reserve_para_id(para_id: ParaId); -} - -/// Dummy implementation for when the factory is not needed. -impl ArgumentFactory for () { - fn reserve_para_id(_para_id: ParaId) {} -} - macro_rules! bset { ( $($value:expr),* $(,)? ) => { {