From 88ed02a391ce172ed8f032879771f28785b07ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 17 May 2017 11:42:34 +0200 Subject: [PATCH] zfstest: remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- test/run_test_zfspoolplugin.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl index c295e9f..f07eacc 100755 --- a/test/run_test_zfspoolplugin.pl +++ b/test/run_test_zfspoolplugin.pl @@ -2583,8 +2583,6 @@ $tests->{1} = $test1; sub setup_zfs { - my $tmp = undef; - #create VM zvol print "create zvol $vmdisk\n" if $verbose; run_command("zfs create -V${volsize}G $zpath\/$vmdisk");