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

Commit 1f91d4b

Browse files
committed
Fix XCM transact bench
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 38c820b commit 1f91d4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

xcm/pallet-xcm-benchmarks/src/generic/benchmarking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ benchmarks! {
100100
call: double_encoded_noop_call,
101101
};
102102
let xcm = Xcm(vec![instruction]);
103-
104-
let num_events = frame_system::Pallet::<T>::events().len();
105103
}: {
106104
executor.bench_process(xcm)?;
107105
} verify {

0 commit comments

Comments
 (0)