Skip to content

Commit

Permalink
clean:remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilYue committed May 22, 2022
1 parent cfba03f commit e08cb6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/adapter/springcloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,3 @@ func (a *CloudAdapter) stop() error {
func (a *CloudAdapter) subscribeServiceDefinitely() bool {
return strings.EqualFold(a.cfg.SubscribePolicy, Definitely.String())
}

func (a *CloudAdapter) subscribeServiceAdapting() bool {
return strings.EqualFold(a.cfg.SubscribePolicy, Adapting.String())
}

0 comments on commit e08cb6e

Please sign in to comment.