Skip to content

Commit 7b3e3e4

Browse files
authored
Remove unused functions to fix shellcheck linting (#389)
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent 5654655 commit 7b3e3e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hack/e2e.sh

-7
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ function fatal() { error "${@}" || exit "${?}"; }
128128
# safe for linux and darwin
129129
function base64d() { base64 -D 2>/dev/null || base64 -d; }
130130

131-
# safe for linux and darwin
132-
function base64e() { base64 -w0 2>/dev/null || base64; }
133-
134-
function md5safe() { md5sum 2>/dev/null || md5; }
135-
136-
# base64e encodes STDIN to base64
137-
138131
# kubectl_mgc executes kubectl against management cluster.
139132
function kubectl_mgc() { kubectl --context "kind-${KIND_MANAGEMENT_CLUSTER}" "${@}"; }
140133

0 commit comments

Comments
 (0)