From dc41fff56eb85552c38716533b2cd982d6e02f40 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 11 Nov 2015 10:19:03 +0100 Subject: [PATCH] hack: make.sh: remove not used function Signed-off-by: Antonio Murdaca --- hack/make.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/hack/make.sh b/hack/make.sh index b8c9ade8e1..91b7f57354 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -232,25 +232,6 @@ binary_extension() { fi } -# This helper function walks the current directory looking for directories -# holding certain files ($1 parameter), and prints their paths on standard -# output, one per line. -find_dirs() { - find . -not \( \ - \( \ - -path './vendor/*' \ - -o -path './integration-cli/*' \ - -o -path './contrib/*' \ - -o -path './pkg/mflag/example/*' \ - -o -path './.git/*' \ - -o -path './bundles/*' \ - -o -path './docs/*' \ - -o -path './pkg/libcontainer/nsinit/*' \ - \) \ - -prune \ - \) -name "$1" -print0 | xargs -0n1 dirname | sort -u -} - hash_files() { while [ $# -gt 0 ]; do f="$1"