From a9434e605b1f1ded4cda9f1d5c67967a624fd7d3 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 2 Oct 2018 10:09:40 +0200 Subject: [PATCH] Removed unused dummy function --- dev/ofunctions.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index b3802ee..fc23512 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -8,8 +8,8 @@ #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### #### OFUNCTIONS MICRO SUBSET #### -_OFUNCTIONS_VERSION=2.3.0-RC1 -_OFUNCTIONS_BUILD=2018100201 +_OFUNCTIONS_VERSION=2.3.0-RC2 +_OFUNCTIONS_BUILD=2018100202 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -138,13 +138,6 @@ ALERT_LOG_FILE="$RUN_DIR/$PROGRAM.$SCRIPT_PID.$TSTAMP.last.log" set -o pipefail set -o errtrace - -function Dummy { - __CheckArguments 0 $# "$@" #__WITH_PARANOIA_DEBUG - - sleep $SLEEP_TIME -} - #### Logger SUBSET #### #### RemoteLogger SUBSET ####