remove unused (#3553)

This commit is contained in:
Guillaume Thiolliere
2021-08-02 16:58:52 +02:00
committed by GitHub
parent 33fe763188
commit 85e11980ff
3 changed files with 0 additions and 3 deletions
@@ -645,7 +645,6 @@ mod tests {
parameter_types! { parameter_types! {
pub const ParaDeposit: Balance = 10; pub const ParaDeposit: Balance = 10;
pub const DataDepositPerByte: Balance = 1; pub const DataDepositPerByte: Balance = 1;
pub const QueueSize: usize = 2;
pub const MaxRetries: u32 = 3; pub const MaxRetries: u32 = 3;
} }
-1
View File
@@ -833,7 +833,6 @@ where
parameter_types! { parameter_types! {
pub const ParathreadDeposit: Balance = 500 * DOLLARS; pub const ParathreadDeposit: Balance = 500 * DOLLARS;
pub const QueueSize: usize = 2;
pub const MaxRetries: u32 = 3; pub const MaxRetries: u32 = 3;
} }
-1
View File
@@ -419,7 +419,6 @@ where
} }
parameter_types! { parameter_types! {
pub const QueueSize: usize = 2;
pub const MaxRetries: u32 = 3; pub const MaxRetries: u32 = 3;
} }