mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
windows: remove redundant init()
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b7b7571331
commit
31d3468146
1 changed files with 1 additions and 5 deletions
|
@ -13,11 +13,7 @@ type policyLists struct {
|
|||
elb *hcsshim.PolicyList
|
||||
}
|
||||
|
||||
var lbPolicylistMap map[*loadBalancer]*policyLists
|
||||
|
||||
func init() {
|
||||
lbPolicylistMap = make(map[*loadBalancer]*policyLists)
|
||||
}
|
||||
var lbPolicylistMap = make(map[*loadBalancer]*policyLists)
|
||||
|
||||
func (n *network) addLBBackend(ip net.IP, lb *loadBalancer) {
|
||||
if len(lb.vip) == 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue