Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 123b725

Browse files
authored
remove unused (#3553)
1 parent d5f651c commit 123b725

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

runtime/common/src/paras_registrar.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ mod tests {
645645
parameter_types! {
646646
pub const ParaDeposit: Balance = 10;
647647
pub const DataDepositPerByte: Balance = 1;
648-
pub const QueueSize: usize = 2;
649648
pub const MaxRetries: u32 = 3;
650649
}
651650

runtime/polkadot/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ where
833833

834834
parameter_types! {
835835
pub const ParathreadDeposit: Balance = 500 * DOLLARS;
836-
pub const QueueSize: usize = 2;
837836
pub const MaxRetries: u32 = 3;
838837
}
839838

runtime/rococo/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ where
419419
}
420420

421421
parameter_types! {
422-
pub const QueueSize: usize = 2;
423422
pub const MaxRetries: u32 = 3;
424423
}
425424

0 commit comments

Comments
 (0)