Francois Gouget : testbot/lib: Remove a duplicate $WineTestBot::Config:: WebHostName definition.
Module: tools Branch: master Commit: a86f04cb1e98d25c22b021c1302c36af193c53ef URL: http://source.winehq.org/git/tools.git/?a=commit;h=a86f04cb1e98d25c22b021c13... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Tue Sep 4 00:11:59 2012 +0200 testbot/lib: Remove a duplicate $WineTestBot::Config::WebHostName definition. $WineTestBot::Config::WebHostName must be set in ConfigLocalTemplate.pl anyway. --- testbot/lib/WineTestBot/Config.pm | 2 -- 1 files changed, 0 insertions(+), 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;
participants (1)
-
Alexandre Julliard