Commit dc7fd284 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #37467 from linyouchong/linyouchong-20161125

Automatic merge from submit-queue delete unused variable in etcd_help_test.go **What this PR does / why we need it**: delete unused variable validEtcdVersion ,for keep the code clean **Special notes for your reviewer**: none **Release note**: none
parents 330c9227 866ce8cc
...@@ -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