remove build error from merge (#32104)

This commit is contained in:
Jeff Washington (jwash) 2023-06-13 14:33:40 -05:00 committed by GitHub
parent bcacb32cbc
commit 0762e69863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -1138,16 +1138,6 @@ struct PartitionedRewardsCalculation {
capitalization: u64,
}
#[allow(dead_code)]
#[derive(Default)]
/// result of calculating the stake rewards at beginning of new epoch
struct StakeRewardCalculation {
/// each individual stake account to reward
stake_rewards: StakeRewards,
/// total lamports across all `stake_rewards`
total_stake_rewards_lamports: u64,
}
#[allow(dead_code)]
/// result of calculating the stake rewards at beginning of new epoch
struct StakeRewardCalculationPartitioned {