discovery/kubernetes: remove extraneous parameters from send()

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2020-02-18 17:36:57 +01:00
parent babcb86cd0
commit 06c1a07d5a
6 changed files with 11 additions and 11 deletions

View file

@ -470,7 +470,7 @@ func lv(s string) model.LabelValue {
return model.LabelValue(s)
}
func send(ctx context.Context, l log.Logger, role Role, ch chan<- []*targetgroup.Group, tg *targetgroup.Group) {
func send(ctx context.Context, ch chan<- []*targetgroup.Group, tg *targetgroup.Group) {
if tg == nil {
return
}