[Tools] testbot/lib: Remove a duplicate $WineTestBot::Config::WebHostName definition.

Francois Gouget fgouget at codeweavers.com
Mon Sep 3 17:11:59 CDT 2012


$WineTestBot::Config::WebHostName must be set in ConfigLocalTemplate.pl anyway.
---
 testbot/lib/WineTestBot/Config.pm |    2 --
 1 file changed, 2 deletions(-)

diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index 5a164ea..c7b28b1 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -67,8 +67,6 @@ $ProjectName = "Wine";
 $PatchesMailingList = "wine-patches";
 $PatchResultsEMail = undef;
 
-$WebHostName = undef;
-
 $LDAPServer = undef;
 $LDAPBindDN = undef;
 $LDAPSearchBase = undef;
-- 
1.7.10.4




More information about the wine-patches mailing list