diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-02 13:33:52 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-03 06:06:56 -0400 |
commit | fa1d5800d9c5e33942b76f6667839a818723dee9 (patch) | |
tree | 21a0382177d01284a8e4e8ffdbb81db2a92728e1 /src/qt/qrimagewidget.cpp | |
parent | 3657aee2d25ce1ffefc6817af3eead7120b1d755 (diff) |
validation: Remove unused boost interruption_point
ActivateBestChain (ABC) is only called in the "msghand" or one of the
RPC threads, neither of which is a boost::thread. However, ABC is also
called in ThreadImport (which currently happens to be a boost::thread).
In all cases, the interruption_point is redundant with the breakpoint in
ABC that triggers when ShutdownRequested()
VerifyDB is only called in the main thread ("init") or one of the RPC
threads, neither of which is a boost::thread.
Diffstat (limited to 'src/qt/qrimagewidget.cpp')
0 files changed, 0 insertions, 0 deletions