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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Mar 9, 2022
1 parent 7089a5f commit 7d39a7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/common/src/elections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,4 @@ impl<T: pallet_bags_list::Config + pallet_staking::Config> SortedListProvider<T:
fn unsafe_clear() {
pallet_bags_list::Pallet::<T>::unsafe_clear()
}

#[cfg(feature = "runtime-benchmarks")]
fn score_update_worst_case(who: &T::AccountId, is_increase: bool) -> Self::Score {
pallet_bags_list::Pallet::<T>::weight_update_worst_case(who, is_increase)
}
}

0 comments on commit 7d39a7c

Please sign in to comment.