stake: Remove disused test helper function

This commit is contained in:
Trent Nelson 2020-11-20 22:33:50 -07:00 committed by Trent Nelson
parent 8e73187990
commit 6b9a019c0a
1 changed files with 0 additions and 10 deletions

View File

@ -3614,16 +3614,6 @@ mod tests {
..Stake::default()
}
}
fn just_bootstrap_stake(stake: u64) -> Self {
Self {
delegation: Delegation {
stake,
activation_epoch: std::u64::MAX,
..Delegation::default()
},
..Stake::default()
}
}
}
#[test]