[PATCH] testbot/web: Remove some unused escapeHTML() import directives.

Francois Gouget fgouget at codeweavers.com
Wed Dec 6 21:15:14 CST 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Feedback.pl       | 1 -
 testbot/web/ForgotPassword.pl | 1 -
 testbot/web/ResetPassword.pl  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/testbot/web/Feedback.pl b/testbot/web/Feedback.pl
index e22dc3af..ded705a1 100644
--- a/testbot/web/Feedback.pl
+++ b/testbot/web/Feedback.pl
@@ -21,7 +21,6 @@ use strict;
 
 package FeedbackPage;
 
-use CGI qw(:standard escapeHTML);
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::CGI::FreeFormPage;
 use WineTestBot::Config;
diff --git a/testbot/web/ForgotPassword.pl b/testbot/web/ForgotPassword.pl
index 801b50d7..c6240e7d 100644
--- a/testbot/web/ForgotPassword.pl
+++ b/testbot/web/ForgotPassword.pl
@@ -21,7 +21,6 @@ use strict;
 
 package ForgotPasswordPage;
 
-use CGI qw(:standard escapeHTML);
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::CGI::FreeFormPage;
 use WineTestBot::Users;
diff --git a/testbot/web/ResetPassword.pl b/testbot/web/ResetPassword.pl
index d512968d..431a4da0 100644
--- a/testbot/web/ResetPassword.pl
+++ b/testbot/web/ResetPassword.pl
@@ -21,7 +21,6 @@ use strict;
 
 package ResetPasswordPage;
 
-use CGI qw(:standard escapeHTML);
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::CGI::FreeFormPage;
 use WineTestBot::Users;
-- 
2.15.0




More information about the wine-devel mailing list