[tools] testbot/web: Remove unneeded imports from the Submit page.

Francois Gouget fgouget at codeweavers.com
Thu Mar 31 09:05:49 CDT 2022


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

diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl
index 3d49aaeaa..aba2b6dc5 100644
--- a/testbot/web/Submit.pl
+++ b/testbot/web/Submit.pl
@@ -26,9 +26,7 @@ use ObjectModel::CGI::FreeFormPage;
 our @ISA = qw(ObjectModel::CGI::FreeFormPage);
 
 use Fcntl qw(O_RDONLY);
-use IO::Handle;
 use POSIX qw(:fcntl_h); # For SEEK_XXX
-use File::Basename;
 
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::EnumPropertyDescriptor;
-- 
2.30.2




More information about the wine-devel mailing list