From 810fce1f3d3196c84924e3d3857b7fbc350a1ac6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 17 Jun 2021 21:46:50 -0700 Subject: [PATCH] Fix build issues downstream due to stake state shuffle --- programs/stake/src/stake_state.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/stake/src/stake_state.rs b/programs/stake/src/stake_state.rs index 73131a6040..2224df542f 100644 --- a/programs/stake/src/stake_state.rs +++ b/programs/stake/src/stake_state.rs @@ -18,7 +18,6 @@ use { config::Config, instruction::{LockupArgs, StakeError}, program::id, - state::{Authorized, Delegation, Lockup, Meta, Stake, StakeAuthorize, StakeState}, }, stake_history::{StakeHistory, StakeHistoryEntry}, },