From 46edc90b581e9fa0543c184f81d758ada544da0f Mon Sep 17 00:00:00 2001 From: Tyera Date: Fri, 20 Dec 2024 12:53:51 -0700 Subject: [PATCH] Remove superfluous test attribute Co-authored-by: Brooks --- runtime/src/bank/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/bank/tests.rs b/runtime/src/bank/tests.rs index 6e403d6ec34970..a273cf88cb18b6 100644 --- a/runtime/src/bank/tests.rs +++ b/runtime/src/bank/tests.rs @@ -1907,7 +1907,6 @@ fn test_bank_update_vote_stake_rewards() { } impl Bank { - #[cfg(test)] fn _load_vote_and_stake_accounts( &self, thread_pool: &ThreadPool,