AWS: Remove dead code

I think I added these functions by mistake; they aren't used and
apparently never were.
This commit is contained in:
Justin Santa Barbara 2016-01-20 09:23:53 -05:00
parent a5d2c1b0fb
commit 30882265b6

View File

@ -1306,14 +1306,6 @@ func (c *AWSCloud) GetVolumeLabels(volumeName string) (map[string]string, error)
return labels, nil
}
func (v *AWSCloud) Configure(name string, spec *api.NodeSpec) error {
return nil
}
func (v *AWSCloud) Release(name string) error {
return nil
}
// Gets the current load balancer state
func (s *AWSCloud) describeLoadBalancer(name string) (*elb.LoadBalancerDescription, error) {
request := &elb.DescribeLoadBalancersInput{}