[tools] testbot/web: The Activity page does not need URI::Escape.

Francois Gouget fgouget at codeweavers.com
Wed Mar 30 12:04:06 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Activity.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index cbe3f8721..1771e7ca3 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -25,7 +25,6 @@ use ObjectModel::CGI::FreeFormPage;
 our @ISA = qw(ObjectModel::CGI::FreeFormPage);
 
 use POSIX qw(strftime);
-use URI::Escape;
 
 use ObjectModel::BasicPropertyDescriptor;
 use WineTestBot::Config;
-- 
2.30.2




More information about the wine-devel mailing list