From bf22957309369cf6f642e715ff6c470671920e7e Mon Sep 17 00:00:00 2001 From: Mao Zhongyi Date: Wed, 24 Oct 2018 17:40:50 +0800 Subject: qemu-iotests: remove unused variable 'here' Running git grep '\$here' tests/qemu-iotests has 0 hits, which means we are setting a variable that has no use. It appears that commit e8f8624d removed the last use. So execute the following cmd to remove all of the 'here=...' lines as dead code. sed -i '/^here=/d' $(git grep -l '^here=' tests/qemu-iotests) Cc: kwolf@redhat.com Cc: mreitz@redhat.com Cc: eblake@redhat.com Suggested-by: Eric Blake Signed-off-by: Mao Zhongyi Message-Id: <20181024094051.4470-3-maozhongyi@cmss.chinamobile.com> Reviewed-by: Eric Blake [eblake: touch up commit message, reorder series, rebase to master] Signed-off-by: Eric Blake --- tests/qemu-iotests/002 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/qemu-iotests/002') diff --git a/tests/qemu-iotests/002 b/tests/qemu-iotests/002 index d4f8e91..74572b4 100755 --- a/tests/qemu-iotests/002 +++ b/tests/qemu-iotests/002 @@ -24,7 +24,6 @@ owner=hch@lst.de seq=`basename $0` echo "QA output created by $seq" -here=`pwd` status=1 # failure is the default! _cleanup() -- cgit v1.1