mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
pallet-para-config: Remove remnant WeightInfo functions (#7308)
* pallet-para-config: Remove remnant WeightInfo functions Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * set_config_with_weight begone Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev runtime_parachains::configuration --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
eb1ed63b9d
commit
50b53fcac3
@@ -438,7 +438,6 @@ pub trait WeightInfo {
|
||||
fn set_config_with_block_number() -> Weight;
|
||||
fn set_config_with_u32() -> Weight;
|
||||
fn set_config_with_option_u32() -> Weight;
|
||||
fn set_config_with_weight() -> Weight;
|
||||
fn set_config_with_balance() -> Weight;
|
||||
fn set_hrmp_open_request_ttl() -> Weight;
|
||||
fn set_config_with_executor_params() -> Weight;
|
||||
@@ -455,9 +454,6 @@ impl WeightInfo for TestWeightInfo {
|
||||
fn set_config_with_option_u32() -> Weight {
|
||||
Weight::MAX
|
||||
}
|
||||
fn set_config_with_weight() -> Weight {
|
||||
Weight::MAX
|
||||
}
|
||||
fn set_config_with_balance() -> Weight {
|
||||
Weight::MAX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user