Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 411f9ff

Browse files
committed
ditch unused function
1 parent 434497b commit 411f9ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

entrypoint.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,6 @@ is_nfs3_enabled() {
236236
fi
237237
}
238238

239-
is_nfs4_enabled() {
240-
241-
if [[ "$(get_reqd_nfs_version)" =~ '^4' ]]; then
242-
echo 1
243-
fi
244-
}
245-
246239

247240
######################################################################################
248241
### runtime configuration assertions

0 commit comments

Comments
 (0)