Francois Gouget : winetest/build-index: Remove an unused variable.

Alexandre Julliard julliard at winehq.org
Thu Mar 23 14:09:03 CDT 2017


Module: tools
Branch: master
Commit: 33da13a13141b9a61f1f9aae71d6ff26ef839349
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=33da13a13141b9a61f1f9aae71d6ff26ef839349

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 23 12:59:25 2017 +0100

winetest/build-index: Remove an unused variable.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/build-index | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winetest/build-index b/winetest/build-index
index 33cc9a5..c4fa2ed 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -100,8 +100,6 @@ my %wine    = (name => "Wine");
 my @groups = (\%w95, \%w98, \%me, \%nt3, \%nt4, \%w2k, \%xp, \%w2k3, \%vista, \%w2k8, \%win7, \%win8, \%win10,
               \%unknown, \%linux, \%mac, \%bsd, \%solaris, \%wine);
 
-my @months = ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
-
 # read the test data dir
 
 my @builds;




More information about the wine-cvs mailing list