Skip to content

Commit

Permalink
Merge pull request #19263 from shamser/issue32932
Browse files Browse the repository at this point in the history
HPCC-32932 Fix duplicate start time accumulation for if activity

Reviewed-by: Jake Smith <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Nov 11, 2024
2 parents a4be93c + 6418c0e commit 54940a9
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 54940a9

Please sign in to comment.