Merge pull request #68465 from WanLinghao/unused_function_clean

clean unused function
pull/58/head
k8s-ci-robot 2018-09-25 12:15:53 -07:00 committed by GitHub
commit 80db5eb641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ var (
lbSrcRngsFlag cidrs
)
func newLoadBalancerMetricContext(request, region string) *metricContext {
return newGenericMetricContext("loadbalancer", request, region, unusedMetricLabel, computeV1Version)
}
func init() {
var err error
// LB L7 proxies and all L3/4/7 health checkers have client addresses within these known CIDRs.