Remove unused functions

This commit is contained in:
2023-09-25 09:45:28 +02:00
parent b9803f47b1
commit 8bdf68c718

View File

@@ -5,12 +5,6 @@ set -eu
VDN_PATH=$(readlink -f $(dirname $(command -v vdn))/..) VDN_PATH=$(readlink -f $(dirname $(command -v vdn))/..)
. $VDN_PATH/bin/functions.sh . $VDN_PATH/bin/functions.sh
synopsis() {
cat << EOF
Usage : $(basename $0) [-h] [option...]
EOF
}
help() { help() {
cat << EOF cat << EOF
$(basename $0) exécute une pipeline Drone locale dans VDN. $(basename $0) exécute une pipeline Drone locale dans VDN.
@@ -35,11 +29,6 @@ Exemple :
EOF EOF
} }
usage() {
synopsis
exit 1
}
for arg; do for arg; do
case "$arg" in case "$arg" in
'-h') '-h')