diff --git a/pallets/identity/src/weights.rs b/pallets/identity/src/weights.rs
index 7fafe8edb572b6152ec4bf8b8a0a1eec839a7c0d..b0441d0403e24036c7018b0ae1134d6c171afeb7 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`