Skip to content

Commit

Permalink
HPCC-32932 Fix duplicate start time accumulation for if activity
Browse files Browse the repository at this point in the history
Remove the start time tracking in CConditionalActivity as it is tracked
in its derived activities.

Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Nov 4, 2024
1 parent 0e602df commit 6418c0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thorlcr/activities/loop/thloopslave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ class CConditionalActivity : public CSlaveActivity
}
virtual void start() override
{
ActivityTimer s(slaveTimerStats, timeActivities);
stopUnselectedInputs();
if (queryInput(branch))
{
Expand Down

0 comments on commit 6418c0e

Please sign in to comment.