From 5555d978b056ab0e0e59faaf2d2067ec43fffaef Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 26 May 2020 20:06:07 -0400 Subject: [PATCH] wallet: Make PeriodicFlush uninterruptible --- src/wallet/db.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index 1b2bd83a4..95a5b91ce 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -14,8 +14,6 @@ #include #endif -#include - namespace { //! Make sure database has a unique fileid within the environment. If it @@ -824,7 +822,6 @@ bool BerkeleyBatch::PeriodicFlush(BerkeleyDatabase& database) if (nRefCount == 0) { - boost::this_thread::interruption_point(); std::map::iterator mi = env->mapFileUseCount.find(strFile); if (mi != env->mapFileUseCount.end()) {