diff --git a/test/integration/framework/etcd_utils.go b/test/integration/framework/etcd_utils.go index cdd7fbdc80b..64e1ecb1c7c 100644 --- a/test/integration/framework/etcd_utils.go +++ b/test/integration/framework/etcd_utils.go @@ -48,10 +48,6 @@ func NewEtcdClient() etcd.Client { return client } -func NewEtcdStorage() storage.Interface { - return etcdstorage.NewEtcdStorage(NewEtcdClient(), testapi.Default.Codec(), etcdtest.PathPrefix(), false) -} - func NewAutoscalingEtcdStorage(client etcd.Client) storage.Interface { if client == nil { client = NewEtcdClient()