Skip to content

Commit

Permalink
Remove RequiresInput()
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Jun 26, 2019
1 parent cff8c78 commit 4b26044
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions exp/ingest/pipeline/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ func (n *SimpleProcessor) IsConcurrent() bool {
return false
}

func (n *SimpleProcessor) RequiresInput() bool {
return true
}

func (n *SimpleProcessor) Reset() {
n.callCount = 0
}
Expand Down
4 changes: 0 additions & 4 deletions exp/tools/accounts-for-signer/processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ func (n *SimpleProcessor) IsConcurrent() bool {
return false
}

func (n *SimpleProcessor) RequiresInput() bool {
return true
}

func (n *SimpleProcessor) IncrementAndReturnCallCount() int {
n.Lock()
defer n.Unlock()
Expand Down

0 comments on commit 4b26044

Please sign in to comment.