From 5f46d3b14cb3272efa1c2f01ed1d57f95814fb0b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 14 Jul 2017 20:56:16 -0400 Subject: [PATCH] Drop deprecated listlength function Signed-off-by: Michael Tremer --- src/functions/functions.util | 5 ----- 1 file changed, 5 deletions(-) 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##*/}" -- 2.39.2