From 85e11980ff710943a71a5ed9a32d64f824f0a49b Mon Sep 17 00:00:00 2001
From: Guillaume Thiolliere <gui.thiolliere@gmail.com>
Date: Mon, 2 Aug 2021 16:58:52 +0200
Subject: [PATCH] remove unused (#3553)

---
 polkadot/runtime/common/src/paras_registrar.rs | 1 -
 polkadot/runtime/polkadot/src/lib.rs           | 1 -
 polkadot/runtime/rococo/src/lib.rs             | 1 -
 3 files changed, 3 deletions(-)

diff --git a/polkadot/runtime/common/src/paras_registrar.rs b/polkadot/runtime/common/src/paras_registrar.rs
index 6a922818fe6..451e804beb1 100644
--- a/polkadot/runtime/common/src/paras_registrar.rs
+++ b/polkadot/runtime/common/src/paras_registrar.rs
@@ -645,7 +645,6 @@ mod tests {
 	parameter_types! {
 		pub const ParaDeposit: Balance = 10;
 		pub const DataDepositPerByte: Balance = 1;
-		pub const QueueSize: usize = 2;
 		pub const MaxRetries: u32 = 3;
 	}
 
diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs
index ed62da9c54e..69d30bb05d3 100644
--- a/polkadot/runtime/polkadot/src/lib.rs
+++ b/polkadot/runtime/polkadot/src/lib.rs
@@ -833,7 +833,6 @@ where
 
 parameter_types! {
 	pub const ParathreadDeposit: Balance = 500 * DOLLARS;
-	pub const QueueSize: usize = 2;
 	pub const MaxRetries: u32 = 3;
 }
 
diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs
index b45ef057775..10556b1f1b5 100644
--- a/polkadot/runtime/rococo/src/lib.rs
+++ b/polkadot/runtime/rococo/src/lib.rs
@@ -419,7 +419,6 @@ where
 }
 
 parameter_types! {
-	pub const QueueSize: usize = 2;
 	pub const MaxRetries: u32 = 3;
 }
 
-- 
GitLab