rpc: Remove unused boost::this_thread::interruption_point

This commit is contained in:
MarcoFalke
2019-11-05 14:01:18 -05:00
parent 22e7eea629
commit fa5facd3e7
2 changed files with 0 additions and 7 deletions

View File

@@ -14,9 +14,6 @@
#include <map>
#include <boost/thread.hpp>
static void ApplyStats(CCoinsStats &stats, CHashWriter& ss, const uint256& hash, const std::map<uint32_t, Coin>& outputs)
{
assert(!outputs.empty());
@@ -51,7 +48,6 @@ bool GetUTXOStats(CCoinsView *view, CCoinsStats &stats)
uint256 prevkey;
std::map<uint32_t, Coin> outputs;
while (pcursor->Valid()) {
boost::this_thread::interruption_point();
COutPoint key;
Coin coin;
if (pcursor->GetKey(key) && pcursor->GetValue(coin)) {