Skip to content

Commit 5840659

Browse files
authored
Remove obsolete snippet (#2570)
1 parent e5f92cc commit 5840659

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Framework/src/TaskRunner.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,6 @@ void TaskRunner::finishCycle(DataAllocator& outputs)
470470
registerToBookkeeping();
471471
}
472472

473-
// this stays until we move to using mTimekeeper.
474-
auto nowMs = getCurrentTimestamp();
475473
mObjectsManager->setValidity(mTimekeeper->getValidity());
476474
mNumberObjectsPublishedInCycle += publish(outputs);
477475
mTotalNumberObjectsPublished += mNumberObjectsPublishedInCycle;

0 commit comments

Comments
 (0)