From 5aeebb488687fe8aeec85a6577163165d088ac8b Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Mon, 20 Jul 2015 09:56:58 -0500 Subject: [PATCH] hack/lib/etcd: remove unused local var It isn't used anywhere, why have it? --- hack/lib/etcd.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/lib/etcd.sh b/hack/lib/etcd.sh index a9b888df9cf..35388d55ba8 100644 --- a/hack/lib/etcd.sh +++ b/hack/lib/etcd.sh @@ -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"