From ebafb3c3eb0b541cc05c71a564f2a08dc41cbdc4 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Tue, 4 Feb 2025 09:06:17 +0100 Subject: [PATCH] remove duplicate --- pallets/identity/src/weights.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pallets/identity/src/weights.rs b/pallets/identity/src/weights.rs index 7fafe8ed..b0441d04 100644 --- a/pallets/identity/src/weights.rs +++ b/pallets/identity/src/weights.rs @@ -85,17 +85,6 @@ impl WeightInfo for () { .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 { // Proof Size summary in bytes: // Measured: `0` -- GitLab