From c6895d0856fe8b174fc9f7766b13793985dca12d Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 24 Aug 2017 18:03:57 +0000 Subject: [PATCH] Remove unused code. Signed-off-by: Lantao Liu --- hack/install-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/install-deps.sh b/hack/install-deps.sh index 9fd99efd2..2f9e999ff 100755 --- a/hack/install-deps.sh +++ b/hack/install-deps.sh @@ -30,7 +30,6 @@ set -o pipefail ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/.. . ${ROOT}/hack/versions -BUILD_IMAGE=golang:1.8 RUNC_PKG=github.com/opencontainers/runc CNI_PKG=github.com/containernetworking/plugins CNI_DIR=/opt/cni