From 7aa357b1c487c6990a702ccb02a1b874756499fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 9 Jan 2025 16:37:40 +0100 Subject: [PATCH] Update substrate/frame/bounties/src/benchmarking.rs --- substrate/frame/bounties/src/benchmarking.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/substrate/frame/bounties/src/benchmarking.rs b/substrate/frame/bounties/src/benchmarking.rs index 5781475a7654..250bf53999ad 100644 --- a/substrate/frame/bounties/src/benchmarking.rs +++ b/substrate/frame/bounties/src/benchmarking.rs @@ -31,10 +31,6 @@ use pallet_treasury::Pallet as Treasury; const SEED: u32 = 0; -fn set_block_number, I: 'static>(n: BlockNumberFor) { - >::BlockNumberProvider::set_block_number(n); -} - fn minimum_balance, I: 'static>() -> BalanceOf { let minimum_balance = T::Currency::minimum_balance();