mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
delete unused variable in etcd_help_test.go
This commit is contained in:
parent
124fb610dc
commit
866ce8cc44
1 changed files with 0 additions and 2 deletions
|
|
@ -41,8 +41,6 @@ import (
|
|||
storagetesting "k8s.io/kubernetes/pkg/storage/testing"
|
||||
)
|
||||
|
||||
const validEtcdVersion = "etcd 2.0.9"
|
||||
|
||||
func testScheme(t *testing.T) (*runtime.Scheme, runtime.Codec) {
|
||||
scheme := runtime.NewScheme()
|
||||
scheme.Log(t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue