From: Rob Browning Date: Thu, 20 Mar 2014 15:18:22 +0000 (-0500) Subject: wvtest.sh: remove unused LVL variable. X-Git-Tag: 0.26-rc1~34 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=ada3cb4ad19a75577bd8552f1de3dc7e52bad931 wvtest.sh: remove unused LVL variable. Signed-off-by: Rob Browning --- 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 }