[tools] testbot: Remove an unneeded Fcntl import in VM::Run().

Francois Gouget fgouget at codeweavers.com
Thu Mar 31 09:06:10 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/VMs.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index f850daaf3..65f633354 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -446,7 +446,6 @@ sub Run($$$$$$)
   # So set ChildPid in the parent and synchronize with the child so it only
   # execs once this is done.
 
-  use Fcntl;
   my ($fd_read, $fd_write);
   pipe($fd_read, $fd_write); # For synchronization
 
-- 
2.30.2




More information about the wine-devel mailing list