瀏覽代碼

core: remove dead event

Péter Szilágyi 9 年之前
父節點
當前提交
529c502876
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      core/events.go

+ 0 - 3
core/events.go

@@ -38,9 +38,6 @@ type PendingLogsEvent struct {
 // PendingStateEvent is posted pre mining and notifies of pending state changes.
 type PendingStateEvent struct{}
 
-// NewBlockEvent is posted when a block has been imported.
-type NewBlockEvent struct{ Block *types.Block }
-
 // NewMinedBlockEvent is posted when a block has been imported.
 type NewMinedBlockEvent struct{ Block *types.Block }