From 1f8806c010210b638cc59979ab873619910596c0 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Fri, 22 Apr 2022 11:55:41 +0200 Subject: [PATCH] remove reference to migration --- runtime/common/src/crowdloan/mod.rs | 2 -- runtime/common/src/slots/mod.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/runtime/common/src/crowdloan/mod.rs b/runtime/common/src/crowdloan/mod.rs index ea4d3026bad3..3e166d8dfa26 100644 --- a/runtime/common/src/crowdloan/mod.rs +++ b/runtime/common/src/crowdloan/mod.rs @@ -49,8 +49,6 @@ //! the parachain remains active. Users can withdraw their funds once the slot is completed and funds are //! returned to the crowdloan account. -pub mod migration; - use crate::{ slot_range::SlotRange, traits::{Auctioneer, Registrar}, diff --git a/runtime/common/src/slots/mod.rs b/runtime/common/src/slots/mod.rs index c479df5cba01..0b7c71c87fed 100644 --- a/runtime/common/src/slots/mod.rs +++ b/runtime/common/src/slots/mod.rs @@ -21,8 +21,6 @@ //! This doesn't handle the mechanics of determining which para ID actually ends up with a parachain lease. This //! must handled by a separately, through the trait interface that this pallet provides or the root dispatchables. -pub mod migration; - use crate::traits::{LeaseError, Leaser, Registrar}; use frame_support::{ pallet_prelude::*,