Skip to content
Snippets Groups Projects

Remove DataHandle::commit()

All threads resolved!
10 files
+ 1
78
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -55,11 +55,6 @@ tbb::task* AlgoExecutionTask::execute()
eventfailed = true;
}
#if defined( GAUDI_V30_DATAHANDLE_COMMIT )
// Commit all DataHandles
this_algo->commitHandles();
#endif
// DP it is important to propagate the failure of an event.
// We need to stop execution when this happens so that execute run can
// then receive the FAILURE
Loading