Browse Source

remove alloc

pull/8071/head
tycho garen 3 years ago
parent
commit
5aa858b912
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      internal/consensus/state.go

+ 0
- 2
internal/consensus/state.go View File

@ -885,8 +885,6 @@ func (cs *State) receiveRoutine(ctx context.Context, maxSteps int) {
} }
}() }()
var mi msgInfo
for { for {
if maxSteps > 0 { if maxSteps > 0 {
if cs.nSteps >= maxSteps { if cs.nSteps >= maxSteps {


Loading…
Cancel
Save