Skip to content

Commit

Permalink
hack/lib/etcd: remove unused local var
Browse files Browse the repository at this point in the history
It isn't used anywhere, why have it?
  • Loading branch information
eparis committed Aug 11, 2015
1 parent 055d008 commit 5aeebb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/lib/etcd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5aeebb4

Please sign in to comment.