Module: tools Branch: master Commit: 96db89f74e9e5381d67ec5ae48d74df5f785bfe3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=96db89f74e9e5381d67ec5ae...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Mar 31 16:05:55 2022 +0200
testbot/CheckForWinetestUpdate: HTTP::Response is not needed.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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;