Module: tools Branch: master Commit: 0d41b6cba9042a1d4271cd7ab48666fc345304bc URL: http://source.winehq.org/git/tools.git/?a=commit;h=0d41b6cba9042a1d4271cd7ab...
Author: Francois Gouget fgouget@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";