mirror of https://github.com/bitcoin/bitcoin
Merge #17405: wallet: Remove unused boost::this_thread::interruption_point
pull/17422/headfad1de66a2
wallet: Remove unused boost::this_thread::interruption_point (MarcoFalke) Pull request description: `BerkeleyEnvironment::Open` is only called from the main thread (init) or an http rpc thread, neither of which can be interrupted, so remove the useless interruption point. `BerkeleyEnvironment{}` is only used in tests, which run in a single process/thread, so remove the useless interruption point. ACKs for top commit: laanwj: ACKfad1de66a2
fanquake: ACKfad1de66a2
Tree-SHA512: dacd8398e966e4a6ce5cf7d3ed821c9c267eff40b14c0635085441647cdb72d1642807f89355419f1710f814c7963e35a10d102d0b985c7198261dfc736256f8
commit
8021392b82
Loading…
Reference in new issue