Skip to content

Commit

Permalink
Removal of not used method
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj Kulkarni committed Jan 21, 2025
1 parent b831c5f commit 3c3f48d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admiral/pkg/clusters/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,6 @@ func getLocality(rc *RemoteController) string {
return ""
}

func getIngressPort(rc *RemoteController) string {
return ""
}

func getIngressPortName(meshPorts map[string]uint32) string {
var finalProtocol = commonUtil.Http
for protocol := range meshPorts {
Expand Down

0 comments on commit 3c3f48d

Please sign in to comment.