Francois Gouget : winetest/gather: Remove an unused variable.
Module: tools Branch: master Commit: 625a72e173c98fa5457e01da14b491e931dfc0eb URL: https://source.winehq.org/git/tools.git/?a=commit;h=625a72e173c98fa5457e01da... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Apr 8 12:23:28 2021 +0200 winetest/gather: Remove an unused variable. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- winetest/gather | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/winetest/gather b/winetest/gather index 7c4984c..302def4 100755 --- a/winetest/gather +++ b/winetest/gather @@ -180,7 +180,7 @@ my %idmap = (95=>\%w95, 98=>\%w98, me=>\%me, nt3=>\%nt3, nt4=>\%nt4, 2000=>\%w2k # Command line processing # -my ($update, $builddir, $usage); +my ($builddir, $usage); sub check_opt_val($$) { @@ -210,7 +210,6 @@ while (@ARGV) elsif ($arg eq "--update") { $builddir = check_opt_val($arg, $builddir); - $update = 1; } elsif ($arg eq "--help") {
participants (1)
-
Alexandre Julliard