From d5ffe99c55ed3892036af9c4f3f8677b1b86a169 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Fri, 4 Oct 2024 13:35:31 +0300 Subject: [PATCH] remove unused comment Signed-off-by: Uncle Stinky --- runtime/casper/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index b0439a6..55a9a7b 100755 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -28,7 +28,6 @@ use frame_support::{ #[cfg(feature = "runtime-benchmarks")] use runtime_common::benchmarking::BenchmarkTreasuryHelper; -// #[cfg(not(feature = "runtime-benchmarks"))] use frame_support::traits::tokens::pay::PayFromAccount; use pallet_transaction_payment::FungibleAdapter;