Commit 29b46a23 authored by Hongchao Deng's avatar Hongchao Deng

integration/framework: remove unused NewEtcdStorage()

In integration/, framework.NewEtcdStorage() isn't used by any function.
parent 635bc410
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment