hack/lib/etcd: remove unused local var

It isn't used anywhere, why have it?
This commit is contained in:
Eric Paris 2015-07-20 09:56:58 -05:00
parent 055d008634
commit 5aeebb4886

View File

@ -19,7 +19,6 @@
kube::etcd::start() {
local host=${ETCD_HOST:-127.0.0.1}
local port=${ETCD_PORT:-4001}
local testhost=${ETCD_PUBLIC_HOST:-localhost}
which etcd >/dev/null || {
kube::log::usage "etcd must be in your PATH"