Commit 866ce8cc authored by linyouchong's avatar linyouchong

delete unused variable in etcd_help_test.go

parent 124fb610
...@@ -41,8 +41,6 @@ import ( ...@@ -41,8 +41,6 @@ import (
storagetesting "k8s.io/kubernetes/pkg/storage/testing" storagetesting "k8s.io/kubernetes/pkg/storage/testing"
) )
const validEtcdVersion = "etcd 2.0.9"
func testScheme(t *testing.T) (*runtime.Scheme, runtime.Codec) { func testScheme(t *testing.T) (*runtime.Scheme, runtime.Codec) {
scheme := runtime.NewScheme() scheme := runtime.NewScheme()
scheme.Log(t) scheme.Log(t)
......
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