Module: tools Branch: master Commit: f432811428ce81b10bc24bb7fbcdf61a7d0f6f55 URL: http://source.winehq.org/git/tools.git/?a=commit;h=f432811428ce81b10bc24bb7f... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Sat Nov 29 13:13:06 2008 +0100 winetest: Remove unused variable. --- winetest/build-index | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/winetest/build-index b/winetest/build-index index 165309c..259f0aa 100755 --- a/winetest/build-index +++ b/winetest/build-index @@ -30,10 +30,6 @@ my %w2k8 = (name => "2008"); my %unknown = (name => "Other"); my %wine = (name => "Wine"); -# Map dissect's IDs to the above hashes -my %idmap = (95=>\%w95, 98=>\%w98, me=>\%me, nt3=>\%nt3, nt4=>\%nt4, 2000=>\%w2k, - xp=>\%xp, 2003=>\%w2k3, vista=>\%vista, 2008=>\%w2k8, unknown=>\%unknown, wine=>\%wine); - # Define the order of version groups in the summary my @groups = (\%w95, \%w98, \%me, \%nt3, \%nt4, \%w2k, \%xp, \%w2k3, \%vista, \%w2k8, \%unknown, \%wine);