Skip to content
Snippets Groups Projects
Unverified Commit ebafb3c3 authored by bgallois's avatar bgallois
Browse files

remove duplicate

parent 81487fb6
No related branches found
No related tags found
1 merge request!312Upgrade polkadot v1.17.0
Pipeline #39804 passed
...@@ -85,17 +85,6 @@ impl WeightInfo for () { ...@@ -85,17 +85,6 @@ impl WeightInfo for () {
.saturating_add(RocksDbWeight::get().writes(6)) .saturating_add(RocksDbWeight::get().writes(6))
} }
/*fn revoke_identity_legacy() -> Weight {
// Proof Size summary in bytes:
// Measured: `778`
// Estimated: `6718`
// Minimum execution time: 829_174_000 picoseconds.
Weight::from_parts(869_308_000, 0)
.saturating_add(Weight::from_parts(0, 6718))
.saturating_add(RocksDbWeight::get().reads(6))
.saturating_add(RocksDbWeight::get().writes(6))
}*/
fn prune_item_identities_names(i: u32) -> Weight { fn prune_item_identities_names(i: u32) -> Weight {
// Proof Size summary in bytes: // Proof Size summary in bytes:
// Measured: `0` // Measured: `0`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment