Skip to content

Commit da4d9b9

Browse files
committed
fix warning
1 parent 869eabb commit da4d9b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pallets/subtensor/src/benchmarks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ reveal_weights {
384384
let weight_values: Vec<u16> = vec![10];
385385
let hotkey: T::AccountId = account("hot", 0, 1);
386386
let coldkey: T::AccountId = account("cold", 1, 2);
387-
let hotkey2: T::AccountId = account("hot2", 2, 3);
388-
let coldkey2: T::AccountId = account("cold2", 3, 4);
389387

390388
Subtensor::<T>::init_new_network(netuid, tempo);
391389
Subtensor::<T>::set_network_registration_allowed(netuid, true);

0 commit comments

Comments
 (0)