Commit 5aeebb48 authored by Eric Paris's avatar Eric Paris

hack/lib/etcd: remove unused local var

It isn't used anywhere, why have it?
parent 055d0086
......@@ -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"
......
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