[tools] testbot/cgi: Sessions does not need CGI::Cookie.

Francois Gouget fgouget at codeweavers.com
Mon Apr 4 11:14:41 CDT 2022


Getting and setting cookies is done through the PageBase class.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/CGI/Sessions.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/CGI/Sessions.pm b/testbot/lib/WineTestBot/CGI/Sessions.pm
index 4ca62ba76..39634e3ef 100644
--- a/testbot/lib/WineTestBot/CGI/Sessions.pm
+++ b/testbot/lib/WineTestBot/CGI/Sessions.pm
@@ -55,7 +55,6 @@ our @ISA = qw(WineTestBot::WineTestBotCollection);
 our @EXPORT = qw(CreateSessions DeleteSessions NewSession);
 
 use Bytes::Random::Secure;
-use CGI::Cookie;
 
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::ItemrefPropertyDescriptor;
-- 
2.30.2




More information about the wine-devel mailing list