Merge pull request #19861 from justinsb/aws_remove_dead_code

AWS: Remove dead code
This commit is contained in:
Alex Mohr 2016-01-21 10:51:06 -08:00
commit 8e9bebb424

View File

@ -1331,14 +1331,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{}