Details
Description
Currently these functions do not actually do anything except on RocksDB, and we confirmed that it can be removed there as well. This function was used when we did commits synchronously, but now it represents undesirable behavior.
Removal of setupSynchronousCommit() involves just deleting the function and all of its instances, no need to replace the code with anything.