Remove DataHandle::commit()
Compare changes
Files
9@@ -14,8 +14,8 @@
@@ -27,7 +27,7 @@ tbb::task* AlgoExecutionTask::execute()
@@ -55,9 +55,6 @@ tbb::task* AlgoExecutionTask::execute()
From discussion with @leggett on !462 (merged), it seems like the DataHandle::commit() functionality is not used, and that using it is not envisioned anymore. I would thus tentatively propose to remove it.
Can you try this commit in your respective experiment frameworks and tell me how well it goes?