From 30882265b6b0b1075ce50bd81e24b00a70b45277 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 20 Jan 2016 09:23:53 -0500 Subject: [PATCH] AWS: Remove dead code I think I added these functions by mistake; they aren't used and apparently never were. --- pkg/cloudprovider/providers/aws/aws.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index d3de323a64b..319ea0ed9f6 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -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{}