From: Michael Tremer Date: Sat, 15 Jul 2017 00:56:16 +0000 (-0400) Subject: Drop deprecated listlength function X-Git-Tag: 009~173 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=5f46d3b14cb3272efa1c2f01ed1d57f95814fb0b Drop deprecated listlength function Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.util b/src/functions/functions.util index 13c78757..381208cf 100644 --- a/src/functions/functions.util +++ b/src/functions/functions.util @@ -82,11 +82,6 @@ warning_log() { log WARNING "$@" } -# Deprecated -listlength() { - list_length $@ -} - # Speedup function to avoid a call of the basename binary basename() { echo "${1##*/}"