From e9daf2b2bf48523edfce21bb944e01fbc261e429 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 2 Oct 2018 19:30:36 +0200 Subject: [PATCH] Removed unused code --- dev/ofunctions.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 19da9be..d1ba31a 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -31,7 +31,7 @@ #### OFUNCTIONS MINI SUBSET #### #### OFUNCTIONS MICRO SUBSET #### _OFUNCTIONS_VERSION=2.3.0-RC2 -_OFUNCTIONS_BUILD=2018100204 +_OFUNCTIONS_BUILD=2018100205 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -1315,11 +1315,6 @@ function IsNumericExpand { eval "local value=\"${1}\"" # Needed eval so variable variables can be processed echo $(IsNumeric "$value") - # if [[ $value =~ ^-?[0-9]+([.][0-9]+)?$ ]]; then - # echo 1 - #else - # echo 0 - #fi } #### IsInteger SUBSET ####