Francois Gouget : testbot/CGI: Remove an unused variable.

Alexandre Julliard julliard at winehq.org
Thu May 1 11:53:36 CDT 2014


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May  1 14:23:30 2014 +0200

testbot/CGI: Remove an unused variable.

---

 testbot/lib/ObjectModel/CGI/FormPage.pm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/CGI/FormPage.pm b/testbot/lib/ObjectModel/CGI/FormPage.pm
index eb859a0..c9dfb04 100644
--- a/testbot/lib/ObjectModel/CGI/FormPage.pm
+++ b/testbot/lib/ObjectModel/CGI/FormPage.pm
@@ -223,7 +223,6 @@ sub GetInputType
   my $self = shift;
   my $PropertyDescriptor = shift;
 
-  my $Class=$PropertyDescriptor->GetClass();
   if ($PropertyDescriptor->GetClass() eq "Enum")
   {
     return "select";




More information about the wine-cvs mailing list