Skip to content

Commit

Permalink
Remove unneeded IsConfigured() method
Browse files Browse the repository at this point in the history
  • Loading branch information
BadLiveware committed Jun 29, 2023
1 parent 05bb165 commit 42dde17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/targetfiltersource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ func (m *mockTargetNetFilter) Match(target string) bool {
return m.targets[target]
}

func (m *mockTargetNetFilter) IsConfigured() bool {
return true
}

// echoSource is a Source that returns the endpoints passed in on creation.
type echoSource struct {
endpoints []*endpoint.Endpoint
Expand Down

0 comments on commit 42dde17

Please sign in to comment.