Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Oct 16, 2024
1 parent 93e0fe6 commit cc96652
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/rpc/outbounds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import (
"github.com/uber/cadence/common/config"
"github.com/uber/cadence/common/dynamicconfig"
"github.com/uber/cadence/common/log/testlogger"
"github.com/uber/cadence/common/membership"
"github.com/uber/cadence/common/service"
)

Expand Down Expand Up @@ -218,5 +217,3 @@ func (f fakePeerChooserFactory) CreatePeerChooser(transport peer.Transport, opts
}
return &defaultPeerChooser{Chooser: chooser}, nil
}

func (f fakePeerChooserFactory) UpdatePeers([]membership.HostInfo) {}

0 comments on commit cc96652

Please sign in to comment.