From ada3cb4ad19a75577bd8552f1de3dc7e52bad931 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 20 Mar 2014 10:18:22 -0500 Subject: [PATCH] wvtest.sh: remove unused LVL variable. Signed-off-by: Rob Browning --- wvtest.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/wvtest.sh b/wvtest.sh index 0cfc6b2..5763274 100644 --- a/wvtest.sh +++ b/wvtest.sh @@ -16,14 +16,12 @@ _wvtextclean() if [ -n "$BASH_VERSION" ]; then _wvfind_caller() { - LVL=$1 WVCALLER_FILE=${BASH_SOURCE[2]} WVCALLER_LINE=${BASH_LINENO[1]} } else _wvfind_caller() { - LVL=$1 WVCALLER_FILE="unknown" WVCALLER_LINE=0 } -- 2.39.2