Francois Gouget : testbot/CheckForWinetestUpdate: HTTP::Response is not needed.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 14:36:59 CDT 2022


Module: tools
Branch: master
Commit: 96db89f74e9e5381d67ec5ae48d74df5f785bfe3
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=96db89f74e9e5381d67ec5ae48d74df5f785bfe3

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 31 16:05:55 2022 +0200

testbot/CheckForWinetestUpdate: HTTP::Response is not needed.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/CheckForWinetestUpdate.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl
index 94d9750..c7aecce 100755
--- a/testbot/bin/CheckForWinetestUpdate.pl
+++ b/testbot/bin/CheckForWinetestUpdate.pl
@@ -46,7 +46,6 @@ use File::Compare;
 use File::Copy;
 use LWP::UserAgent;
 use HTTP::Request;
-use HTTP::Response;
 use HTTP::Status;
 
 use WineTestBot::Config;




More information about the wine-cvs mailing list