aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-02 13:33:52 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-03 06:06:56 -0400
commitfa1d5800d9c5e33942b76f6667839a818723dee9 (patch)
tree21a0382177d01284a8e4e8ffdbb81db2a92728e1 /src/node
parent3657aee2d25ce1ffefc6817af3eead7120b1d755 (diff)
downloadbitcoin-fa1d5800d9c5e33942b76f6667839a818723dee9.tar.xz
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/node')
0 files changed, 0 insertions, 0 deletions