remove deadcode

This commit is contained in:
William Banfield
2022-03-09 16:55:30 -05:00
parent 171c6067e8
commit af5ac21d30

View File

@@ -504,12 +504,6 @@ func (conR *Reactor) updateRoundStateRoutine() {
}
}
func (conR *Reactor) setRoundState(rs *cstypes.RoundState) {
conR.mtx.Lock()
defer conR.mtx.Unlock()
conR.rs = rs
}
func (conR *Reactor) getRoundState() *cstypes.RoundState {
conR.mtx.RLock()
defer conR.mtx.RUnlock()