Francois Gouget : testbot: Remove an unneeded POSIX( qw(:errno_h) import.

Alexandre Julliard julliard at winehq.org
Tue Aug 14 13:40:51 CDT 2018


Module: tools
Branch: master
Commit: b3af8fc4f2aad1bb59e66a14a5e9776416418132
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=b3af8fc4f2aad1bb59e66a14a5e9776416418132

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Aug 10 20:09:28 2018 +0200

testbot: Remove an unneeded POSIX( qw(:errno_h) import.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/Tasks.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Tasks.pm b/testbot/lib/WineTestBot/Tasks.pm
index 54ebf53..70b6205 100644
--- a/testbot/lib/WineTestBot/Tasks.pm
+++ b/testbot/lib/WineTestBot/Tasks.pm
@@ -67,7 +67,6 @@ Status is set to skipped.
 use WineTestBot::WineTestBotObjects;
 our @ISA = qw(WineTestBot::WineTestBotItem);
 
-use POSIX qw(:errno_h);
 use File::Path;
 use ObjectModel::BackEnd;
 use WineTestBot::Config;




More information about the wine-cvs mailing list