We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f92cc commit 5840659Copy full SHA for 5840659
Framework/src/TaskRunner.cxx
@@ -470,8 +470,6 @@ void TaskRunner::finishCycle(DataAllocator& outputs)
470
registerToBookkeeping();
471
}
472
473
- // this stays until we move to using mTimekeeper.
474
- auto nowMs = getCurrentTimestamp();
475
mObjectsManager->setValidity(mTimekeeper->getValidity());
476
mNumberObjectsPublishedInCycle += publish(outputs);
477
mTotalNumberObjectsPublished += mNumberObjectsPublishedInCycle;
0 commit comments