Browse Source

remove cruft

pull/8084/head
tycho garen 3 years ago
parent
commit
f174a5eba9
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      internal/consensus/state.go

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

@ -262,12 +262,6 @@ func (cs *State) updateStateFromStore(ctx context.Context) error {
return nil
}
// // SetEventBus sets event bus.
// func (cs *State) SetEventBus(b *eventbus.EventBus) {
// cs.eventBus = b
// cs.blockExec.SetEventBus(b)
// }
// StateMetrics sets the metrics.
func StateMetrics(metrics *Metrics) StateOption {
return func(cs *State) { cs.metrics = metrics }


Loading…
Cancel
Save