[Tools 3/3] testbot: Remove StepsTasks::ChildPid. It is unused.

Francois Gouget fgouget at codeweavers.com
Fri Oct 20 09:17:48 CDT 2017


And with Task::ChildPid being deprecated it is not relevant anymore.

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

diff --git a/testbot/lib/WineTestBot/StepsTasks.pm b/testbot/lib/WineTestBot/StepsTasks.pm
index 8176c76a..73be78c6 100644
--- a/testbot/lib/WineTestBot/StepsTasks.pm
+++ b/testbot/lib/WineTestBot/StepsTasks.pm
@@ -109,7 +109,6 @@ BEGIN
     CreateBasicPropertyDescriptor("FileName", "File name",  !1,  1, "A", 64),
     CreateBasicPropertyDescriptor("FileType", "File Type",  !1,  1, "A", 64),
     CreateBasicPropertyDescriptor("CmdLineArg", "Command line args", !1, !1, "A", 256),
-    CreateBasicPropertyDescriptor("ChildPid", "Child process id", !1, !1, "N", 5),
     CreateBasicPropertyDescriptor("Started", "Execution started", !1, !1, "DT", 19),
     CreateBasicPropertyDescriptor("Ended", "Execution ended", !1, !1, "DT", 19),
     CreateBasicPropertyDescriptor("TestFailures", "Number of test failures", !1, !1, "N", 5),
@@ -152,7 +151,6 @@ sub _initialize($$)
       }
       $StepTask->FileType($Step->FileType);
       $StepTask->CmdLineArg($Task->CmdLineArg);
-      $StepTask->ChildPid($Task->ChildPid);
       $StepTask->Started($Task->Started);
       $StepTask->Ended($Task->Ended);
       $StepTask->TestFailures($Task->TestFailures);
-- 
2.14.2



More information about the wine-patches mailing list