[tools] testbot/web: Remove unneeded imports from the Submit page.
31 Mar
2022
31 Mar
'22
2:05 p.m.
Signed-off-by: Francois Gouget <fgouget(a)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
1355
Age (days ago)
1355
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget