testbot/CGI: Remove an unused variable.

Francois Gouget fgouget at codeweavers.com
Thu May 1 07:23:30 CDT 2014


---
 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";
-- 
1.9.2




More information about the wine-patches mailing list