Merge pull request #68465 from WanLinghao/unused_function_clean

clean unused function
This commit is contained in:
k8s-ci-robot
2018-09-25 12:15:53 -07:00
committed by GitHub

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.