[Tools] winetest/build-index: Remove an unused variable.

Francois Gouget fgouget at codeweavers.com
Thu Mar 23 06:59:25 CDT 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

Not used since commit c0a56077d23f.

 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;
-- 
2.11.0



More information about the wine-patches mailing list