Skip to content

Commit 5555d97

Browse files
author
MarcoFalke
committed
wallet: Make PeriodicFlush uninterruptible
1 parent dcacea0 commit 5555d97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wallet/db.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include <sys/stat.h>
1515
#endif
1616

17-
#include <boost/thread.hpp>
18-
1917
namespace {
2018

2119
//! Make sure database has a unique fileid within the environment. If it
@@ -824,7 +822,6 @@ bool BerkeleyBatch::PeriodicFlush(BerkeleyDatabase& database)
824822

825823
if (nRefCount == 0)
826824
{
827-
boost::this_thread::interruption_point();
828825
std::map<std::string, int>::iterator mi = env->mapFileUseCount.find(strFile);
829826
if (mi != env->mapFileUseCount.end())
830827
{

0 commit comments

Comments
 (0)